mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 12:05:18 +02:00
chore(lib/vscode): clean up comments
This commit is contained in:
@@ -192,12 +192,12 @@ export abstract class AbstractNativeEnvironmentService implements INativeEnviron
|
||||
|
||||
/**
|
||||
* NOTE@coder: add extraExtensionPaths and extraBuiltinExtensionPaths
|
||||
* Code location changed after 1.54 (was earlier directly in NativeEnvironmentService).
|
||||
*/
|
||||
@memoize
|
||||
get extraExtensionPaths(): string[] {
|
||||
return (this._args['extra-extensions-dir'] || []).map((p) => <string>parsePathArg(p, process));
|
||||
}
|
||||
|
||||
@memoize
|
||||
get extraBuiltinExtensionPaths(): string[] {
|
||||
return (this._args['extra-builtin-extensions-dir'] || []).map((p) => <string>parsePathArg(p, process));
|
||||
|
||||
Reference in New Issue
Block a user