Updated information
This commit is contained in:
parent
4440bfbe18
commit
a2587b0aba
2 changed files with 7 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
out
|
||||
node_modules
|
||||
node_modules
|
||||
*.vsix
|
||||
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue