Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled committed Apr 26, 2020
1 parent a3c4e77 commit d7f38bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ENV.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import path from 'path';
import fs from "fs";

Expand All @@ -22,5 +21,4 @@ const fileName = getFileName();
export const editorCss = path.join(workbenchDirectory, `workbench.${fileName}.css`);
export const editorCssCopy = path.join(workbenchDirectory, `workbench.${fileName}.css.copy`);


export const isCodeServer = () => fileName === CODE_SERVER_FILE;
export const isCodeServer = () => fileName === CODE_SERVER_FILE;

0 comments on commit d7f38bc

Please sign in to comment.