mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Remove some vscode differences (#5010)
* remove some vscode differences * add dates to todo comments
This commit is contained in:
@@ -740,7 +740,7 @@ export class TextFileService extends Disposable implements ITextFileService {
|
||||
}
|
||||
|
||||
if (!targetResource) {
|
||||
// {{SQL CARBON EDIT}} @todo anthonydresser necessary to add undefined till we enable strict null check
|
||||
// {{SQL CARBON EDIT}} @todo anthonydresser 4/12/19 necessary to add undefined till we enable strict null check
|
||||
return undefined; // user canceled
|
||||
}
|
||||
|
||||
@@ -993,4 +993,4 @@ export class TextFileService extends Disposable implements ITextFileService {
|
||||
|
||||
super.dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user