Skip to content

Commit d0c76b1

Browse files
authored
Revert "Add flag for distinguishing STS process launched from VS Code debug p…" (#18732)
This reverts commit 46cf89a.
1 parent 2ddd43e commit d0c76b1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/languageservice/serviceclient.ts

-11
Original file line numberDiff line numberDiff line change
@@ -537,17 +537,6 @@ export default class SqlToolsServiceClient {
537537
serverArgs.push("--application-name", serviceName);
538538
serverArgs.push("--data-path", getAppDataPath());
539539

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-
551540
// Enable SQL Auth Provider registration for Azure MFA Authentication
552541
const enableSqlAuthenticationProvider =
553542
getEnableSqlAuthenticationProviderConfig();

0 commit comments

Comments
 (0)