diff --git a/.vscode/launch.json b/.vscode/launch.json index 8b3049c..9e810bb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,7 +3,7 @@ // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 { - "version": "2.0.0", + "version": "2.0.1", "configurations": [ { "name": "Run Extension", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index d3aacba..3bbc029 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,7 +1,7 @@ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format { - "version": "2.0.0", + "version": "2.0.1", "tasks": [ { "type": "npm", diff --git a/package.json b/package.json index 0af4e6b..7144003 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "Pullflow", "displayName": "Pullflow", "description": "Code review collaboration across GitHub, Slack, and VS Code.", - "version": "2.0.0", + "version": "2.0.1", "preview": true, "license": "MIT", "engines": { @@ -183,7 +183,7 @@ "pullflow.automaticFlowDetection.enabled": { "type": "boolean", "default": true, - "markdownDescription": "Alow Pullflow to automatically detect flow state based on keystrokes.\n\n_**Note:** Extension must be reloaded for this to take affect._" + "markdownDescription": "Allow Pullflow to automatically detect flow state based on keyboard activity.\n\n_**Note:** Extension must be reloaded for this to take affect._" } } }