File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " vscode-db2i" ,
3
3
"displayName" : " Db2 for IBM i" ,
4
4
"description" : " Db2 for IBM i tools in VS Code" ,
5
- "version" : " 1.7.0-syntaxcheck11 " ,
5
+ "version" : " 1.7.0-syntaxcheck12 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.95.0"
8
8
},
1339
1339
"showdown" : " ^2.1.0" ,
1340
1340
"sql-formatter" : " ^14.0.0"
1341
1341
}
1342
- }
1342
+ }
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export const problemProvider = [
86
86
if ( isSql ) {
87
87
if ( checkerAvailable ( ) && ! isSafeDocument ( e ) ) {
88
88
const basename = e . fileName ? path . basename ( e . fileName ) : `Untitled` ;
89
- window . showWarningMessage ( `The SQL syntax checker is disabled for this document ( ${ basename } ) because it is too large.` ) ;
89
+ window . showWarningMessage ( `${ basename } : the SQL syntax checker is disabled for this document because it is too large.` ) ;
90
90
}
91
91
92
92
if ( checkOnOpen ( ) ) {
You can’t perform that action at this time.
0 commit comments