Skip to content

Commit 6f859a5

Browse files
committed
Disable new sample app directory for Jest extension
The "MRS Notes" sample app directory and the corresponding reference folder in the VSCode workspace have changed in d7f85f1f. The workspace was also previously configured to prevent the Jest extension from running tests on the old folder and, in this case, the configuration was not updated. This means the Jest extension is now trying to run tests on the new/renamed folder, which is not supposed to happen. This patch updates the "MRS Notes" sample app workspace folder in the list of folders disabled by the Jest extension. Change-Id: Ic3befa2464f33ed26c8bccc32937d65d9494e5cc
1 parent 0ddad55 commit 6f859a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MySQLShellPluginDevelopment.code-workspace

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"liveServer.settings.multiRootWorkspaceName": "MySQL REST Service Plugin",
4646
"jest.autoRun": "off",
4747
"jest.disabledWorkspaceFolders": [
48-
"MRS Examples Notes TS",
4948
"MySQL REST Service Plugin",
5049
"Shell GUI Backend",
5150
"Shell Plugin Tools",
5251
"MySQL Database Service Plugin",
53-
"VSCode Extension"
52+
"VSCode Extension",
53+
"MRS Notes Example"
5454
],
5555
"msg.editor.defaultDbConnection": "Localhost 8.0"
5656
},

0 commit comments

Comments
 (0)