mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
vscode: refactor comment
This commit is contained in:
parent
539daf4454
commit
8f291c0089
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export class Config {
|
||||||
case "sunos":
|
case "sunos":
|
||||||
case "cygwin":
|
case "cygwin":
|
||||||
case "netbsd": return null;
|
case "netbsd": return null;
|
||||||
// The list of platforms is exhaustive see (`NodeJS.Platform` type definition)
|
// The list of platforms is exhaustive (see `NodeJS.Platform` type definition)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue