Commit d0c76b1 1 parent 2ddd43e commit d0c76b1 Copy full SHA for d0c76b1
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -537,17 +537,6 @@ export default class SqlToolsServiceClient {
537
537
serverArgs . push ( "--application-name" , serviceName ) ;
538
538
serverArgs . push ( "--data-path" , getAppDataPath ( ) ) ;
539
539
540
- /**
541
- * Adds a dummy argument to sts to indicate that the server is launched
542
- * from the VS Code debug panel. This helps distinguish the sts process
543
- * in the process list (for .NET Core attach), especially when multiple
544
- * instances of the extension are running. This is particularly useful on
545
- * macOS, where the process path is not visible in the process list.
546
- */
547
- if ( process . env [ STS_OVERRIDE_ENV_VAR ] ) {
548
- serverArgs . push ( "--vscode-debug-launch" ) ;
549
- }
550
-
551
540
// Enable SQL Auth Provider registration for Azure MFA Authentication
552
541
const enableSqlAuthenticationProvider =
553
542
getEnableSqlAuthenticationProviderConfig ( ) ;
You can’t perform that action at this time.
0 commit comments