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 7f9c1ef commit 03017f4Copy full SHA for 03017f4
src/data.ts
@@ -125,11 +125,10 @@ export const basePackageJson: any = {
125
export const baseVscodeConfig: Record<string, any> = {
126
'type': 'brightscript',
127
'request': 'launch',
128
- // eslint-disable-next-line no-template-curly-in-string
129
- 'host': '${promptForHost}',
130
'stopOnEntry': false,
131
'enableDebuggerAutoRecovery': false,
132
- 'stopDebuggerOnAppExit': false
+ 'stopDebuggerOnAppExit': false,
+ 'rendezvousTracking': false
133
};
134
135
export const VscodeTasks: Record<string, any> = {
0 commit comments