Archived
1
0

Resolve code-server from the root

This fixes the lint script but unfortunately breaks my editor.
This commit is contained in:
Asher
2021-02-09 16:36:03 -06:00
parent 2b1b3e6dc0
commit 4f16087a94

View File

@ -2,4 +2,4 @@ settings:
import/resolver:
alias:
map:
- [code-server, ../../typings/pluginapi.d.ts]
- [code-server, ./typings/pluginapi.d.ts]