aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/config.ts
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-08 22:28:32 +0000
committerVeetaha <[email protected]>2020-02-08 22:28:32 +0000
commit8f291c0089700ab17fafddde33dc12515ba45662 (patch)
treeb2f9743d26b869ac9a206fc6dae817b362f4d31a /editors/code/src/config.ts
parent539daf4454e3f11424a469e8fba26cacb325176a (diff)
vscode: refactor comment
Diffstat (limited to 'editors/code/src/config.ts')
-rw-r--r--editors/code/src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts
index f216ab461..5aed8c9f3 100644
--- a/editors/code/src/config.ts
+++ b/editors/code/src/config.ts
@@ -78,7 +78,7 @@ export class Config {
78 case "sunos": 78 case "sunos":
79 case "cygwin": 79 case "cygwin":
80 case "netbsd": return null; 80 case "netbsd": return null;
81 // The list of platforms is exhaustive see (`NodeJS.Platform` type definition) 81 // The list of platforms is exhaustive (see `NodeJS.Platform` type definition)
82 } 82 }
83 } 83 }
84 84