Searched refs:vscode (Results 1 – 25 of 69) sorted by relevance
123
/third_party/typescript/tests/cases/docker/vscode/ |
D | Dockerfile | 1 # vscode only supports older node 6 RUN git clone --depth 1 https://github.com/microsoft/vscode.git /vscode 7 WORKDIR /vscode 9 WORKDIR /vscode/build 11 WORKDIR /vscode/extensions 14 WORKDIR /vscode
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | vscode.log | 5 [XX:XX:XX] Using gulpfile /vscode/gulpfile.js 6 [XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(26,9… 14 at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29) 15 at _end (/vscode/node_modules/through/index.js:65:9) 16 at Stream.stream.end (/vscode/node_modules/through/index.js:74:5) 17 at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:577:10) 21 at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
|
D | pyright.log | 25 vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(299,34): error TS2769: No overloa… 26 vscode-pyright: Overload 1 of 2, '(to: (T | readonly T[])[], from: readonly (T | readonly T[])[] … 27 vscode-pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable t… 28 vscode-pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[… 29 vscode-pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly … 30 vscode-pyright: Type '{}' is not assignable to type 'T | readonly T[]'. 31 vscode-pyright: Overload 2 of 2, '(to: (T | readonly T[])[] | undefined, from: readonly (T | read… 32 vscode-pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable t… 33 vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | … 34 vscode-pyright: Type 'T | readonly T[]' is not assignable to type 'T'. [all …]
|
/third_party/skia/third_party/externals/swiftshader/ |
D | .gitignore | 8 .vscode/ipch 13 # Per user vscode config files. 14 .vscode/launch.json 15 .vscode/settings.json
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/ |
D | extension.js | 18 var vscode = require('vscode'); variable 43 fileEvents: vscode.workspace.createFileSystemWatcher('**/*.spvasm') 56 vscode.languages.setLanguageConfiguration("spirv", {
|
D | go.mod | 1 module github.com/KhronosGroup/SPIRV-Tools/utils/vscode
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/ |
D | extension.js | 18 var vscode = require('vscode'); variable 43 fileEvents: vscode.workspace.createFileSystemWatcher('**/*.spvasm') 56 vscode.languages.setLanguageConfiguration("spirv", {
|
D | go.mod | 1 module github.com/KhronosGroup/SPIRV-Tools/utils/vscode
|
/third_party/spirv-tools/utils/vscode/ |
D | extension.js | 18 var vscode = require('vscode'); variable 43 fileEvents: vscode.workspace.createFileSystemWatcher('**/*.spvasm') 56 vscode.languages.setLanguageConfiguration("spirv", {
|
D | go.mod | 1 module github.com/KhronosGroup/SPIRV-Tools/utils/vscode
|
/third_party/typescript/.vscode/ |
D | launch.template.json | 3 Copy this file into '.vscode/launch.json' or merge its 7 files, add this to your settings in ~/.vscode/User/settings.json 53 …// here: https://github.com/microsoft/vscode-js-debug#nightly-extension to use the js-debug nightl… 65 …// here: https://github.com/microsoft/vscode-js-debug#nightly-extension to use the js-debug nightl…
|
/third_party/rust/crates/static-assertions-rs/ |
D | .gitignore | 121 .vscode/* 122 !.vscode/settings.json 123 !.vscode/tasks.json 124 !.vscode/launch.json 125 !.vscode/extensions.json
|
/third_party/typescript/ |
D | .gitignore | 63 **/.vscode/* 64 !**/.vscode/tasks.json 65 !**/.vscode/settings.template.json 66 !**/.vscode/launch.template.json 67 !**/.vscode/extensions.json
|
/third_party/skia/third_party/externals/tint/ |
D | .gitignore | 6 .vscode/* 7 !.vscode/tasks.json
|
/third_party/skia/third_party/externals/dawn/ |
D | .gitignore | 89 .vscode/* 90 !.vscode/tasks.json
|
/third_party/rust/crates/once_cell/ |
D | .gitignore | 2 /.vscode
|
/third_party/rust/crates/which-rs/ |
D | .gitignore | 3 .vscode/
|
/third_party/rust/crates/rust-openssl/ |
D | .gitignore | 5 .vscode/
|
/third_party/rust/crates/linux-raw-sys/ |
D | .gitignore | 4 /.vscode
|
/third_party/vulkan-headers/ |
D | .gitignore | 5 .vscode/
|
/third_party/skia/ |
D | .gitignore | 2 .vscode/
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/ |
D | .gitignore | 2 /.vscode/
|
/third_party/parse5/ |
D | .gitignore | 3 .vscode
|
/third_party/cJSON/ |
D | .gitignore | 16 .vscode
|
/third_party/jinja2/ |
D | .gitignore | 20 /.vscode/
|
123