We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef6877 commit 98d3676Copy full SHA for 98d3676
package.json
@@ -1,14 +1,21 @@
1
{
2
"name": "pico8vscodeeditor",
3
"displayName": "pico8vscodeeditor",
4
- "description": "VSCode editor for Pico-8 .p8 files.",
+ "description": "VSCode editor for Pico-8 .p8 files with basic lua and pico8 api snippets.",
5
"version": "0.0.1",
6
+ "author": {
7
+ "name": "Grumpydev",
8
+ "url": "https://github.com/grumpydev/"
9
+ },
10
"publisher": "Grumpydev",
11
"engines": {
12
"vscode": "^1.27.0"
13
},
14
"categories": [
- "Other"
15
+ "Snippets","Other"
16
+ ],
17
+ "keywords": [
18
+ "pico8"
19
],
20
"activationEvents": [
21
"onCommand:pico8.runCart",
0 commit comments