While running with TS nightly previews
Run:
mkdir testing
cd testing
tsc --init
code-insiders ./newFile.ts
Add some code to the new file:
Then save the file and the server will issue the following
[error] error handling method 'textDocument/diagnostic' (13): no project found for URI untitled:/d%3A/typescript-go/testing/test.ts
While running with TS nightly previews
Run:
mkdir testing cd testing tsc --init code-insiders ./newFile.tsAdd some code to the new file:
Then save the file and the server will issue the following