Skip to content

Commit 03017f4

Browse files
committed
refactor(data): remove host and add rdvztracking=false to vscode launch config
1 parent 7f9c1ef commit 03017f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/data.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,10 @@ export const basePackageJson: any = {
125125
export const baseVscodeConfig: Record<string, any> = {
126126
'type': 'brightscript',
127127
'request': 'launch',
128-
// eslint-disable-next-line no-template-curly-in-string
129-
'host': '${promptForHost}',
130128
'stopOnEntry': false,
131129
'enableDebuggerAutoRecovery': false,
132-
'stopDebuggerOnAppExit': false
130+
'stopDebuggerOnAppExit': false,
131+
'rendezvousTracking': false
133132
};
134133

135134
export const VscodeTasks: Record<string, any> = {

0 commit comments

Comments
 (0)