File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -909,6 +909,7 @@ exports[`server onRenameRequest Workspace-wide rename returns correct WorkspaceE
909
909
" file://__REPO_ROOT_FOLDER__/testing/fixtures/shellcheck/shell-directive.bash" : [],
910
910
" file://__REPO_ROOT_FOLDER__/testing/fixtures/shellcheck/source.sh" : [],
911
911
" file://__REPO_ROOT_FOLDER__/testing/fixtures/shellcheck/sourced.sh" : [],
912
+ " file://__REPO_ROOT_FOLDER__/testing/fixtures/shfmt.sh" : [],
912
913
" file://__REPO_ROOT_FOLDER__/testing/fixtures/sourcing.sh" : [],
913
914
" file://__REPO_ROOT_FOLDER__/testing/fixtures/sourcing2.sh" : [],
914
915
},
@@ -1001,6 +1002,7 @@ exports[`server onRenameRequest Workspace-wide rename returns correct WorkspaceE
1001
1002
" file://__REPO_ROOT_FOLDER__/testing/fixtures/shellcheck/shell-directive.bash" : [],
1002
1003
" file://__REPO_ROOT_FOLDER__/testing/fixtures/shellcheck/source.sh" : [],
1003
1004
" file://__REPO_ROOT_FOLDER__/testing/fixtures/shellcheck/sourced.sh" : [],
1005
+ " file://__REPO_ROOT_FOLDER__/testing/fixtures/shfmt.sh" : [],
1004
1006
" file://__REPO_ROOT_FOLDER__/testing/fixtures/sourcing.sh" : [],
1005
1007
" file://__REPO_ROOT_FOLDER__/testing/fixtures/sourcing2.sh" : [],
1006
1008
},
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { Logger } from '../util/logger'
16
16
const CURRENT_URI = 'dummy-uri.sh'
17
17
18
18
// if you add a .sh file to testing/fixtures, update this value
19
- const FIXTURE_FILES_MATCHING_GLOB = 18
19
+ const FIXTURE_FILES_MATCHING_GLOB = 19
20
20
21
21
const defaultConfig = getDefaultConfiguration ( )
22
22
You can’t perform that action at this time.
0 commit comments