We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea33181 commit 17d6a42Copy full SHA for 17d6a42
api/package.json
@@ -3,13 +3,10 @@
3
"version": "0.0.0",
4
"description": "API for the llvm-vs-code-extensions.vscode-clangd VS Code extension",
5
"types": "vscode-clangd.d.ts",
6
- "publishConfig": {
7
- "registry": "https://npm.pkg.github.com"
8
- },
9
"repository": "https://github.com/clangd/vscode-clangd",
10
"license": "MIT",
11
"homepage": "https://github.com/clangd/vscode-clangd/blob/master/api/README.md",
12
"dependencies": {
13
"vscode-languageclient": "8.0.2"
14
}
15
-}
+}
0 commit comments