Updated information

This commit is contained in:
WebFreak001 2016-01-10 18:10:13 +01:00
commit a2587b0aba
2 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
out
node_modules
node_modules
*.vsix

View file

@ -3,13 +3,17 @@
"displayName": "Debug",
"description": "Native debugging for VSCode - Currently in GDB only beta",
"version": "0.1.0",
"publisher": "WebFreak",
"publisher": "webfreak",
"engines": {
"vscode": "^0.10.1"
},
"categories": [
"Debuggers"
],
"repository": {
"type": "git",
"url": "https://github.com/WebFreak001/code-debug.git"
},
"contributes": {
"debuggers": [
{