Remove block padding (blank lines)
Also made a rule for it.
This commit is contained in:
@@ -2,11 +2,9 @@ import * as paths from "./paths";
|
||||
import * as environment from "vs/platform/environment/node/environmentService";
|
||||
|
||||
export class EnvironmentService extends environment.EnvironmentService {
|
||||
|
||||
public get sharedIPCHandle(): string {
|
||||
return paths._paths.socketPath || super.sharedIPCHandle;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const target = environment as typeof environment;
|
||||
|
||||
Reference in New Issue
Block a user