You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A directory is being created whenever opening .ts files called console.log(require.resolve('tslint'));
Update This issue only happens with the binary. Running code-server using yarn start prevents this issue from occurring. This leads me to believe it may have something to do with nbin.
Steps to Reproduce
Run code server
Open a .ts file
The text was updated successfully, but these errors were encountered:
code-server
version: v1.604-vsc1.32.0Description
A directory is being created whenever opening
.ts
files calledconsole.log(require.resolve('tslint'));
Update This issue only happens with the binary. Running code-server using
yarn start
prevents this issue from occurring. This leads me to believe it may have something to do withnbin
.Steps to Reproduce
.ts
fileThe text was updated successfully, but these errors were encountered: