Matt Bierner
342e05815a
Clean up few more calls to object.freeze
...
- Fixed explicit casts hiding some type errors on object passed to `object.freeze` (too many properties or missing properties)
- Remove some extra casts
- Fixed casts of `Object.freeze` removing readonly
2022-03-16 16:00:32 -07:00
Johannes Rieken
4a130c40ed
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
2022-02-02 14:35:33 +01:00
Johannes Rieken
dcef262f4e
chore - move appyWorkspaceEdit from extHostTextEditors to (new) extHostBulkEdits and mainThreadBulkEdits
2020-09-09 11:18:14 +02:00
Johannes Rieken
600d8a51cb
tweak workspace edit dto and handling https://github.com/microsoft/vscode/issues/105283
2020-08-26 18:31:16 +02:00
Johannes Rieken
c5e79c74bd
debt - use less async-util and more native async-await
2020-05-04 12:24:09 +02:00
Johannes Rieken
0d3b5da08b
bulk - refactor much to be prepared for WorkspaceEditMetadata
2020-01-20 12:18:04 +01:00
Matt Bierner
1b70625f8c
Use import type when importing vscode under src
...
When the core references `vscode`, we only want to import the types and never generate a real import (which will fail to load). Use `import type` to better enforce this
2020-01-10 14:25:21 -08:00
Benjamin Pasero
9727eb6050
untitled - fix save with associated file path
2019-11-18 07:57:48 +01:00
Benjamin Pasero
72c2f506de
working copy - introduce first save/revert semantics ( #84672 )
2019-11-15 15:36:55 +01:00
Johannes Rieken
f6ef80200c
fix more strict init errors
2019-08-12 15:46:03 +02:00
Johannes Rieken
32da48e7a0
consistent dto namings
2019-08-05 16:50:13 +02:00
Johannes Rieken
c0821aa5e9
move extHost-files to common
2019-04-10 10:26:52 +02:00