Skip to content

Commit ed66c5e

Browse files
committed
Remove svdFile
1 parent ead395d commit ed66c5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export async function activate(context: vscode.ExtensionContext) {
180180
"preLaunchTask": "tinygo build task",
181181
"cwd": "${workspaceRoot}",
182182
"gdbPath": "${config:go.toolsEnvVars.GdbPath}",
183-
"svdFile": "${config:go.toolsEnvVars.TINYGOROOT}/lib/cmsis-svd/data/Atmel/ATSAMD51P19A.svd"
184183
});
185184
launchConfig.update('configurations', configurations, false).then(() =>
186185
vscode.window.showInformationMessage('Added tinygo configuration to launch.json!')

0 commit comments

Comments
 (0)