diff --git a/test/integration/test-plugin/src/index.ts b/test/integration/test-plugin/src/index.ts index 2d34ad17a..3ecbe7219 100644 --- a/test/integration/test-plugin/src/index.ts +++ b/test/integration/test-plugin/src/index.ts @@ -1,5 +1,3 @@ -// TODO@jsjoeio - how do I fix this? -// @ts-ignore - we know code-server exists import * as cs from "code-server" import * as fspath from "path" diff --git a/test/integration/test-plugin/tsconfig.json b/test/integration/test-plugin/tsconfig.json index 194af1418..bb30a1adc 100644 --- a/test/integration/test-plugin/tsconfig.json +++ b/test/integration/test-plugin/tsconfig.json @@ -44,7 +44,7 @@ // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ "baseUrl": "./" /* Base directory to resolve non-absolute module names. */, "paths": { - "code-server": ["../../../../typings/pluginapi"] + "code-server": ["../../../typings/pluginapi"] } /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */, // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "typeRoots": [], /* List of folders to include type definitions from. */