File tree Expand file tree Collapse file tree 5 files changed +40
-3
lines changed Expand file tree Collapse file tree 5 files changed +40
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ccini-client" ,
3
3
"version" : " 0.0.1" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension.git"
7
+ },
4
8
"engines" : {
5
- "vscode" : " ^1.63 .0"
9
+ "vscode" : " ^1.74 .0"
6
10
},
7
11
"dependencies" : {
8
12
"vscode-languageclient" : " ^7.0.0"
Original file line number Diff line number Diff line change 16
16
"categories" : [
17
17
" Programming Languages"
18
18
],
19
+ "keywords" : [
20
+ " Cortex" ,
21
+ " Cortex Command" ,
22
+ " Modding" ,
23
+ " CCCP" ,
24
+ " Cortex Command Community Project"
25
+ ],
26
+ "main" : " ./dist/client/extension" ,
19
27
"contributes" : {
28
+ "configuration" : {
29
+ "type" : " object" ,
30
+ "title" : " Example configuration" ,
31
+ "properties" : {
32
+ "languageServerExample.maxNumberOfProblems" : {
33
+ "scope" : " resource" ,
34
+ "type" : " number" ,
35
+ "default" : 100 ,
36
+ "description" : " Controls the maximum number of problems produced by the server."
37
+ },
38
+ "languageServerExample.trace.server" : {
39
+ "scope" : " window" ,
40
+ "type" : " string" ,
41
+ "enum" : [
42
+ " off" ,
43
+ " messages" ,
44
+ " verbose"
45
+ ],
46
+ "default" : " off" ,
47
+ "description" : " Traces the communication between VS Code and the language server."
48
+ }
49
+ }
50
+ },
20
51
"languages" : [
21
52
{
22
53
"id" : " ccini" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ccini-server" ,
3
3
"version" : " 1.0.0" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension.git"
7
+ },
4
8
"engines" : {
5
9
"node" : " *"
6
10
},
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"module" : " commonjs" ,
5
- "outDir" : " ../dist/out-tsc" ,
6
5
"declaration" : true ,
7
6
"types" : [" node" ]
8
7
},
You can’t perform that action at this time.
0 commit comments