We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead395d commit ed66c5eCopy full SHA for ed66c5e
src/extension.ts
@@ -180,7 +180,6 @@ export async function activate(context: vscode.ExtensionContext) {
180
"preLaunchTask": "tinygo build task",
181
"cwd": "${workspaceRoot}",
182
"gdbPath": "${config:go.toolsEnvVars.GdbPath}",
183
- "svdFile": "${config:go.toolsEnvVars.TINYGOROOT}/lib/cmsis-svd/data/Atmel/ATSAMD51P19A.svd"
184
});
185
launchConfig.update('configurations', configurations, false).then(() =>
186
vscode.window.showInformationMessage('Added tinygo configuration to launch.json!')
0 commit comments