File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
test/integration/test-plugin Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1- // TODO@jsjoeio - how do I fix this?
2- // @ts -ignore - we know code-server exists
31import * as cs from "code-server"
42import * as fspath from "path"
53
Original file line number Diff line number Diff line change 4444 // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
4545 "baseUrl" : " ./" /* Base directory to resolve non-absolute module names. */ ,
4646 "paths" : {
47- "code-server" : [" ../../../../ typings/pluginapi" ]
47+ "code-server" : [" ../../../typings/pluginapi" ]
4848 } /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ ,
4949 // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
5050 // "typeRoots": [], /* List of folders to include type definitions from. */
You can’t perform that action at this time.
0 commit comments