Skip to content

-/-/vscode/language-features-subset/1.84.0

Project: tools.wildwebdeveloper

The build downloads the VSCode binary distribution tar.gz archive, and then extracts three language server extensions from the package:

Language Servers:

  • VSCode-linux-x64/resources/app/extensions/html-language-features/server
  • VSCode-linux-x64/resources/app/extensions/css-language-features/server
  • VSCode-linux-x64/resources/app/extensions/json-language-features/server

Grammars and Language Configurations for TM4E:

  • VSCode-linux-x64/resources/app/extensions/css/syntaxes/
  • VSCode-linux-x64/resources/app/extensions/html/syntaxes/
  • VSCode-linux-x64/resources/app/extensions/javascript/syntaxes/
  • VSCode-linux-x64/resources/app/extensions/jsom/syntaxes/
  • VSCode-linux-x64/resources/app/extensions/less/syntaxes/
  • VSCode-linux-x64/resources/app/extensions/scss/syntaxes/
  • VSCode-linux-x64/resources/app/extensions/typescript-basics/syntaxes/
  • VSCode-linux-x64/resources/app/extensions/xml/syntaxes/
  • VSCode-linux-x64/resources/app/extensions/yaml/syntaxes/

Full download:

Just the bits we need:

  • We don't actually need this, but I'm not sure whether or not GitLab will garbage-collect the attachment if this is missing *language-features-1.84.0.zip

Absolute link to the attachment:

  • This is what the scanner will actually look at
  • Source