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
|
out
|
||||||
node_modules
|
node_modules
|
||||||
|
*.vsix
|
||||||
|
|
@ -3,13 +3,17 @@
|
||||||
"displayName": "Debug",
|
"displayName": "Debug",
|
||||||
"description": "Native debugging for VSCode - Currently in GDB only beta",
|
"description": "Native debugging for VSCode - Currently in GDB only beta",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"publisher": "WebFreak",
|
"publisher": "webfreak",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^0.10.1"
|
"vscode": "^0.10.1"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Debuggers"
|
"Debuggers"
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/WebFreak001/code-debug.git"
|
||||||
|
},
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"debuggers": [
|
"debuggers": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue