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 9d26984 commit b60e2f7Copy full SHA for b60e2f7
editors/code/src/utils/processes.ts
@@ -12,7 +12,7 @@ const isLinux = process.platform === 'linux';
12
// this is very complex, but is basically copy-pased from VSCode implementation here:
13
// https://github.com/Microsoft/vscode-languageserver-node/blob/dbfd37e35953ad0ee14c4eeced8cfbc41697b47e/client/src/utils/processes.ts#L15
14
15
-// And see discussion at
+// And see discussion at
16
// https://github.com/rust-analyzer/rust-analyzer/pull/1079#issuecomment-478908109
17
18
export function terminate(process: ChildProcess, cwd?: string): boolean {
0 commit comments