From a2587b0aba1fe10c15f5c5862d696be1e9c54010 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sun, 10 Jan 2016 18:10:13 +0100 Subject: [PATCH] Updated information --- .gitignore | 3 ++- package.json | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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": [ {