Commit Graph

12 Commits

Author SHA1 Message Date
Matt Bierner
e1f0f8f513 Add override keyword in codebase (#120755)
For #120675

This uses a script to add the override keyword to places that need it in the codebase

Note that we can't enable the --noImplicitOverride setting yet since there are still around 200 errors that require further attention
2021-04-08 10:05:20 -07:00
Johannes Rieken
aabb4e3aa3 add TextDocument#notebook api proposal, https://github.com/microsoft/vscode/issues/100890 2020-08-13 11:42:58 +02:00
Johannes Rieken
0c0c15ae32 eventing, naming, fixes, and tests 2020-04-20 11:00:30 +02:00
rebornix
dcc4ed568b Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-01-27 10:51:28 -08:00
rebornix
1062958878 execute cell 2020-01-17 10:02:37 -08: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
Matt Bierner
af9dddd0fc Require second parameter for Map.set
Converts cover the was relying on the old signature to either use delete or have the correct types
2020-01-06 11:41:38 -08:00
Alexandru Dima
9cfb2fd998 Reduce memory usage: Do not cache TextDocument.lineAt (#84940) 2019-11-19 10:53:57 +01:00
Johannes Rieken
cb6f3e55e7 throw error when calling getWordRange with invalid regex 2019-11-11 09:54:33 +01:00
Matt Bierner
40e0f496f9 Use equals helper function instead of re-implementing it so many places 2019-10-07 14:18:58 -07:00
Johannes Rieken
06701f533d add a bunch of strict field initializations 2019-07-31 12:30:30 +02:00
Johannes Rieken
c0821aa5e9 move extHost-files to common 2019-04-10 10:26:52 +02:00