File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ build_and_test:
5858
5959 - echo -e "\e[0Ksection_start:`date +%s`:test_vscode[collapsed=true]\r\e[0Kanod test vscode-extension"
6060 # Run VSCode tests
61- - anod test vscode-extension --qualifier= $ACI_TRACK_QUALIFIER --minimal
62- - VSCODE_BUILD_SPACE_NAME=`anod eval --primitive test --qualifier= $ACI_TRACK_QUALIFIER vscode-extension build_space_name | tr -d "'"`
61+ - anod test vscode-extension $ACI_TRACK_QUALIFIER --minimal
62+ - VSCODE_BUILD_SPACE_NAME=`anod eval --primitive test $ACI_TRACK_QUALIFIER vscode-extension build_space_name | tr -d "'"`
6363 - VSCODE_BUILD_SPACE=$ANOD_DEFAULT_SANDBOX_DIR/x86_64-linux/$VSCODE_BUILD_SPACE_NAME
6464 - echo -e "\e[0Ksection_end:`date +%s`:test_vscode\r\e[0K"
6565
Original file line number Diff line number Diff line change 1010 // ada_language_server executable after relocation into the VS Code
1111 // extension.
1212 "LIBRARY_TYPE": "static"
13- "ada.onTypeFormatting.indentOnly": true,
14- "[ada]": {
15- "editor.autoIndent": "none",
16- "editor.formatOnType": false,
17- "editor.tabSize": 3
1813 },
1914 "ada.onTypeFormatting.indentOnly": true,
2015 "[ada]": {
You can’t perform that action at this time.
0 commit comments