We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7aca05 commit 793c571Copy full SHA for 793c571
package.json
@@ -7,8 +7,8 @@
7
"icon": "images/over_react.png",
8
"license": "SEE LICENSE IN LICENSE",
9
"bugs": {
10
- "url": "https://github.com/jacehensley/vscode-over-react-snippets/issues"
11
- },
+ "url": "https://github.com/jacehensley/vscode-over-react-snippets/issues"
+ },
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/jacehensley/vscode-over-react-snippets"
@@ -20,16 +20,16 @@
20
"Snippets"
21
],
22
"keywords": [
23
- "dart",
24
- "dartlang",
+ "dart",
+ "dartlang",
25
"overreact"
26
- ],
+ ],
27
"contributes": {
28
"snippets": [
29
- {
+ {
30
"language": "dart",
31
"path": "./snippets/snippets.json"
32
- }
+ }
33
]
34
}
35
0 commit comments