File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
1
.vscode /**
2
2
.vscode-test /**
3
3
.gitignore
4
- vsc-extension-quickstart.md
5
4
tests /**
6
5
docs /**
7
6
.husky /**
Original file line number Diff line number Diff line change 49
49
}
50
50
},
51
51
"languages" : [
52
- {
53
- "id" : " plaintext" ,
54
- "extensions" : [
55
- " .txt"
56
- ],
57
- "aliases" : [
58
- " Plain Text"
59
- ]
60
- },
61
52
{
62
53
"id" : " ccini" ,
63
54
"aliases" : [
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export function activate(context: ExtensionContext) {
35
35
// Options to control the language client
36
36
const clientOptions : LanguageClientOptions = {
37
37
// Register the server for plain text documents
38
- documentSelector : [ { scheme : 'file' , language : 'plaintext ' } ] ,
38
+ documentSelector : [ { scheme : 'file' , language : 'ccini ' } ] ,
39
39
synchronize : {
40
40
// Notify the server about file changes to '.clientrc files contained in the workspace
41
41
fileEvents : workspace . createFileSystemWatcher ( '**/.clientrc' ) ,
You can’t perform that action at this time.
0 commit comments