Commit Graph

9 Commits

Author SHA1 Message Date
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