Skip to content

Commit 9f8f7fd

Browse files
committed
Add Makefile Tools extension to VSCode recommendations
1 parent 8726536 commit 9f8f7fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"ms-python.debugpy",
1111
"streetsidesoftware.code-spell-checker",
1212
"littlefoxteam.vscode-python-test-adapter",
13-
"emeraldwalk.runonsave"
13+
"emeraldwalk.runonsave",
14+
"ms-vscode.makefile-tools"
1415
],
1516
"unwantedRecommendations": [
1617
"ms-python.black-formatter",

0 commit comments

Comments
 (0)