mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
web - fix problems to show up from yarn web
This commit is contained in:
@@ -344,7 +344,7 @@ function enableProblems(context: vscode.ExtensionContext): void {
|
||||
}
|
||||
|
||||
function updateDiagnostics(document: vscode.TextDocument, collection: vscode.DiagnosticCollection): void {
|
||||
if (document && document.fileName === '/large.ts') {
|
||||
if (document && document.fileName === '/sample-folder/large.ts') {
|
||||
collection.set(document.uri, [{
|
||||
code: '',
|
||||
message: 'cannot assign twice to immutable variable `storeHouses`',
|
||||
|
||||
Reference in New Issue
Block a user