Skip to content

Commit e5aa522

Browse files
committed
Update glob warning message
1 parent 08ae8de commit e5aa522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/analyser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default class Analyzer {
6060
filePaths = await getFilePaths({ globPattern, rootPath })
6161
} catch (error) {
6262
connection.window.showWarningMessage(
63-
`Failed to analyze bash files using the glob "${globPattern}". The experience will be degraded. Consider configuring the glob or fix any permission issues. Error: ${error.message}`,
63+
`Failed to analyze bash files using the glob "${globPattern}". The experience will be degraded. Error: ${error.message}`,
6464
)
6565
}
6666

0 commit comments

Comments
 (0)