File tree Expand file tree Collapse file tree 2 files changed +34
-42
lines changed Expand file tree Collapse file tree 2 files changed +34
-42
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " client" ,
3
- "displayName" : " Code Action UI Sample - Client" ,
4
- "version" : " 1.0.0" ,
5
- "private" : true ,
6
- "author" : " Microsoft Corporation" ,
7
- "license" : " MIT" ,
8
- "repository" : {
9
- "type" : " git" ,
10
- "url" : " https://github.com/Microsoft/vscode-extension-samples.git"
11
- },
12
- "bugs" : {
13
- "url" : " https://github.com/Microsoft/vscode-extension-samples/issues"
14
- },
15
- "engines" : {
16
- "vscode" : " ^1.52.0"
17
- },
18
- "devDependencies" : {
19
- "@types/vscode" : " 1.52.0"
20
- },
21
- "dependencies" : {
22
- "vscode-languageclient" : " ^7.0.0"
23
- }
2
+ "name" : " client" ,
3
+ "displayName" : " CC INI Language Server Client" ,
4
+ "version" : " 1.0.0" ,
5
+ "private" : true ,
6
+ "license" : " GPL-3.0-only" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension.git"
10
+ },
11
+ "engines" : {
12
+ "vscode" : " ^1.52.0"
13
+ },
14
+ "devDependencies" : {
15
+ "@types/vscode" : " 1.52.0"
16
+ },
17
+ "dependencies" : {
18
+ "vscode-languageclient" : " ^7.0.0"
19
+ }
24
20
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " server" ,
3
- "version" : " 1.0.0" ,
4
- "private" : true ,
5
- "author" : " Microsoft Corporation" ,
6
- "license" : " MIT" ,
7
- "repository" : {
8
- "type" : " git" ,
9
- "url" : " https://github.com/Microsoft/vscode-extension-samples.git"
10
- },
11
- "bugs" : {
12
- "url" : " https://github.com/Microsoft/vscode-extension-samples/issues"
13
- },
14
- "engines" : {
15
- "node" : " *"
16
- },
17
- "dependencies" : {
18
- "vscode-uri" : " ^3.0.2" ,
19
- "vscode-languageserver" : " ^7.0.0" ,
20
- "vscode-languageserver-textdocument" : " ^1.0.1"
21
- }
2
+ "name" : " server" ,
3
+ "version" : " 1.0.0" ,
4
+ "private" : true ,
5
+ "license" : " GPL-3.0-only" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension.git"
9
+ },
10
+ "engines" : {
11
+ "node" : " *"
12
+ },
13
+ "dependencies" : {
14
+ "vscode-uri" : " ^3.0.2" ,
15
+ "vscode-languageserver" : " ^7.0.0" ,
16
+ "vscode-languageserver-textdocument" : " ^1.0.1"
17
+ }
22
18
}
You can’t perform that action at this time.
0 commit comments