diff --git a/.gitignore b/.gitignore index 8e5962e..dcd8530 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ out -node_modules \ No newline at end of file +node_modules +*.vsix \ No newline at end of file diff --git a/package.json b/package.json index 79d6b7a..89311d5 100644 --- a/package.json +++ b/package.json @@ -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": [ {