Adam H
Results
2
comments of
Adam H
I've been able to resolve this by replacing `.` with `\"$PWD\"/chunkbar.widget` i.e. ``` command: "sh ./scripts/screens" ``` to: ``` command: "sh \"$PWD\"/chunkbar.widget/scripts/screens" ``` quoting `$PWD` fixes the execution error regarding...
I am having similar-ish behavior, except it attaches the first time but if I try to do `:LspRestart` I receive the same error `typescript-tools does not have a configuration`. My...