Add flag to install an extension from the command line (#504)

This commit is contained in:
Asher
2019-04-17 16:30:50 -05:00
committed by Kyle Carberry
parent c4c26058ef
commit 630ccfcacc
5 changed files with 53 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
import * as path from "path";
import * as paths from "./paths";
import * as environment from "vs/platform/environment/node/environmentService";
/**
* Customize paths using data received from the initialization message.
*/
export class EnvironmentService extends environment.EnvironmentService {
public get sharedIPCHandle(): string {
return paths.getSocketPath() || super.sharedIPCHandle;