Skip to content

Commit 42e9aef

Browse files
committed
Bla
1 parent 1c56878 commit 42e9aef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Bla
22

3-
## Develop
4-
5-
### Functionality
3+
## Functionality
64

75
This Language Server works for plain text file. It has the following language features:
86
- Completions
@@ -12,6 +10,8 @@ This is for testing purposes. More importantly, it works on `.res` files:
1210
- Formatting
1311
- Diagnosis (currently off)
1412

13+
## Develop
14+
1515
### Structure
1616

1717
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A language server example",
44
"author": "Microsoft Corporation",
55
"license": "MIT",
6-
"version": "1.0.0",
6+
"version": "0.0.1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/Microsoft/vscode-extension-samples"

0 commit comments

Comments
 (0)