diff --git a/.vscode/settings.json b/.vscode/settings.json index fc019a7..f404ee7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,12 @@ ], "url": "http://json.schemastore.org/chrome-manifest" } + ], + "cSpell.words": [ + "dragovering", + "Popconfirm", + "recore", + "stylesheet", + "xswitch" ] } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f18e745..24210e7 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,27 +1,46 @@ { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format - "version": "0.1.0", + "version": "2.0.0", "command": "npm", - "isShellCommand": true, - "showOutput": "always", - "suppressTaskName": true, "tasks": [ { - "taskName": "install", - "args": ["install"] + "label": "install", + "type": "shell", + "args": [ + "install" + ], + "problemMatcher": [] }, { - "taskName": "update", - "args": ["update"] + "label": "update", + "type": "shell", + "args": [ + "update" + ], + "problemMatcher": [] }, { - "taskName": "test", - "args": ["run", "test"] + "label": "test", + "type": "shell", + "args": [ + "run", + "test" + ], + "problemMatcher": [] }, { - "taskName": "build", - "args": ["run", "watch"] + "label": "build", + "type": "shell", + "args": [ + "run", + "watch" + ], + "problemMatcher": [], + "group": { + "_id": "build", + "isDefault": false + } } ] } \ No newline at end of file diff --git a/XSwitch.html b/XSwitch.html index 1fb9117..14ccaaf 100644 --- a/XSwitch.html +++ b/XSwitch.html @@ -1,20 +1,24 @@ +
+ +