diff --git a/.vscode/launch.json b/.vscode/launch.json index 253ea63..4cea2c3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,9 +22,10 @@ "runtimeExecutable": "${execPath}", "args": [ "--extensionDevelopmentPath=${workspaceFolder}", - "--extensionTestsPath=${workspaceFolder}/test" + "--extensionTestsPath=${workspaceFolder}/out/test/suite/index" ], - "outFiles": ["${workspaceFolder}/out/test/**/*.js"] + "outFiles": ["${workspaceFolder}/out/test/**/*.js"], + "preLaunchTask": "build-tests" } ] } diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 839d9a2..b0a0f0a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,6 +15,21 @@ // "clear": true, "close": true } + }, + { + "label": "build-tests", + "type": "npm", + "script": "compile-tests", + "problemMatcher": [], + "presentation": { + // "echo": true, + // "reveal": "silent", + // "focus": false, + // "panel": "new", + // "showReuseMessage": false, + // "clear": true, + "close": true + } } ] } diff --git a/test/data/align-codeowners/input-to-format b/test/data/align-codeowners/input-to-format index af770df..a9f360c 100644 --- a/test/data/align-codeowners/input-to-format +++ b/test/data/align-codeowners/input-to-format @@ -1,9 +1,9 @@ -* @foo - /some-path @bar -another-path/but-loooooooooonger @baz +* @foo + /some-path @bar +another-path/but-loooooooooonger @baz # a comment # an indented comment -/docs/**/*.md @foo @bar +/docs/**/*.md @foo @bar # /docs/**/*.rst @foo @bar