Code-server: Problems loading reference /extensions/typescript-language-features/schemas/tsconfig.schema.json':

Created on 25 Jan 2020  路  4Comments  路  Source: cdr/code-server


  • code-server version: 2.1698-vsc1.41.1
  • OS Version: Manjaro Linux x64

Description

When I load a typescript project (which uses typescript-language-features), I get this:

problems loading reference 'file:///drone/src/build/code-server2.1698-vsc1.41.1-linux-x86_64-built/extensions/typescript-language-features/schemas/tsconfig.schema.json': Unable to load schema from '/drone/src/build/code-server2.1698-vsc1.41.1-linux-x86_64-built/extensions/typescript-language-features/schemas/tsconfig.schema.json'

here's a screenshot;

image

Steps to Reproduce

  1. Create a project with yarn init -y, then tsc --init
  2. Go to tsconfig.json file and see an error
bug

All 4 comments

Will test soon and get back to you.

Confirmed.

Related: the static-f51e045cd5483561afc07694f39307fb673b6d1d/node_modules/vscode-textmate/release/main.js.map file doesn't load.

Its specified as the source map for the main.js file.

Fixed with v3.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

infogulch picture infogulch  路  3Comments

rcarmo picture rcarmo  路  3Comments

Arsaev picture Arsaev  路  3Comments

tecosaur picture tecosaur  路  3Comments

justmao945 picture justmao945  路  3Comments