-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.ncurc.json
More file actions
43 lines (43 loc) · 957 Bytes
/
.ncurc.json
File metadata and controls
43 lines (43 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"reject": [
"@microsoft/1ds-core-js",
"@microsoft/1ds-post-js",
"@types/node",
"@types/vscode-semver",
"@vscode/codicons",
"@vscode/iconv-lite-umd",
"@vscode/proxy-agent",
"@vscode/ripgrep",
"@vscode/spdlog",
"@vscode/tree-sitter-wasm",
"@vscode/windows-process-tree",
"@xterm/addon-clipboard",
"@xterm/addon-image",
"@xterm/addon-ligatures",
"@xterm/addon-progress",
"@xterm/addon-search",
"@xterm/addon-serialize",
"@xterm/addon-unicode11",
"@xterm/addon-webgl",
"@xterm/headless",
"@xterm/xterm",
"cookie",
"jschardet",
"jsonc-parser",
"katex",
"kerberos",
"marked",
"node-pty",
"tas-client",
"vscode-css-languageservice",
"vscode-html-languageservice",
"vscode-json-languageservice",
"vscode-oniguruma",
"vscode-regexpp",
"vscode-semver",
"vscode-textmate",
"vscode-uri",
"yauzl",
"yazl"
]
}