Commit Graph

9199 Commits

Author SHA1 Message Date
João Moreno
53e793d7fc use workspace fs 2020-07-01 10:58:57 +02:00
João Moreno
ffda3a18cc fixes #100183 2020-07-01 10:51:55 +02:00
João Moreno
3e492a3a5c fixes #99447 2020-07-01 10:24:07 +02:00
João Moreno
f457cf5310 fixes #101078 2020-07-01 09:37:23 +02:00
Rob Lourens
43a10264cd Comment out part of test - see #101462 2020-06-30 18:16:50 -07:00
Martin Aeschlimann
f1d7f7f6ce Add new semantic token scopes to Dark+ and Light+ themes?. Fixes #97177 2020-06-30 22:09:26 +02:00
Martin Aeschlimann
e68707852f fix json readme typos 2020-06-30 21:08:04 +02:00
Martin Aeschlimann
aa98d29af9 typo in JSON fileMatch hover text. FIxes #101408 2020-06-30 20:40:00 +02:00
Miguel Solorio
1d2af097fb Update notebook cell styles for light themes 2020-06-29 15:07:46 -07:00
Eric Amodio
0be16f743a Fixes full-text search 2020-06-29 18:05:41 -04:00
Eric Amodio
8bcf177236 Fixes issues with create/copy/rename/delete 2020-06-29 17:52:40 -04:00
Eric Amodio
6a6876b023 Minor code reorg 2020-06-29 17:52:40 -04:00
Matt Bierner
c5b91342d6 Remove extra dispose implementations 2020-06-29 14:40:15 -07:00
Martin Aeschlimann
bc3e76f232 npm web: add when contexts 2020-06-29 21:53:37 +02:00
Martin Aeschlimann
074629766b [css][html] update services 2020-06-29 20:29:17 +02:00
Christof Marti
7d64a2b3d7 Official version number regex and doc (microsoft/vscode-remote-release#3253) 2020-06-29 16:37:44 +02:00
João Moreno
57f08f6b74 Merge pull request #101114 from daniel-j-davis/feature/add-git-squash-message
Adding .git/SQUASH_MSG detection to commit message auto-fill #101078
2020-06-29 16:16:34 +02:00
Christof Marti
7267e39126 Allow version numbers (fixes microsoft/vscode-remote-release#3253) 2020-06-29 14:21:03 +02:00
Christof Marti
4748c002eb Configurations by container name (microsoft/vscode-remote-release#3198) 2020-06-29 13:58:07 +02:00
Eric Amodio
017129571a Adds file create, rename, & delete support 2020-06-29 03:29:19 -04:00
Eric Amodio
28ea0f0aaa Fixes node runtime error 2020-06-29 03:29:19 -04:00
Eric Amodio
f61fed5a35 Adds timestamp to GitHub stat requests 2020-06-29 03:29:19 -04:00
Fedor Nezhivoi
574779eb61 update iconv-lite-umd to 0.6.5 for #79275 (#101262) 2020-06-29 08:12:42 +02:00
Fedor Nezhivoi
b03f792383 update iconv-lite-umd to 0.6.4 for #79275 (#101213) 2020-06-28 10:05:39 +02:00
Matt Bierner
04c36be045 Prompt user to upload TS Server log 2020-06-26 16:41:38 -07:00
Matt Bierner
90de01176e Always enable dynamic syntax server on TS 4.0+
We are looking for feedback on this new setting. For those on TS 4.0+, it should also be a sensible default
2020-06-26 16:18:48 -07:00
Matt Bierner
9d59cb9813 Reduce duplicate code
Merge the `SyntaxRoutingTsServer` and `ProjectLoadingRoutingSyntaxTsServer` classes since these only differ routing to the syntax server while a project is loading
2020-06-26 16:18:48 -07:00
João Moreno
e0d4a2fe2d git: lighter warning 2020-06-26 23:32:40 +02:00
Daniel Davis
df1575d529 Changing return type back 2020-06-26 16:57:57 +01:00
Daniel Davis
b3c2e36cd4 Changing commit message auto-fill to use the first non-undefined message 2020-06-26 16:55:25 +01:00
Martin Aeschlimann
6eeb350744 update typescript-vscode-sh-plugin (fix version check) 2020-06-26 15:26:15 +02:00
Daniel Davis
7bb8f9103e Changing commit message to use Promise.race instead of bad comparison 2020-06-26 14:03:43 +01:00
Daniel Davis
05e719bede Changing auto-fill commit message to check for getMergeMessage OR getSquashMessage 2020-06-26 13:26:40 +01:00
Martin Aeschlimann
ebbb51635e update language client versions 2020-06-26 14:12:11 +02:00
Martin Aeschlimann
a2a26b392b Merge pull request #101066 from microsoft/aeschli/use-shared-webpack-browser-config
use shared webpack config for browser
2020-06-26 14:01:29 +02:00
Daniel Davis
3f90d90ab2 Adding .git/SQUASH_MSG detection to commit message autofill 2020-06-26 12:35:32 +01:00
Martin Aeschlimann
8e1fe1d899 Merge branch 'master' of https://github.com/microsoft/vscode 2020-06-26 11:15:36 +02:00
Martin Aeschlimann
4f1997dcc7 fix windows path issues in yarn watch-web 2020-06-26 11:15:27 +02:00
Martin Aeschlimann
058e1095b2 fix merge-conflict browser main 2020-06-26 11:14:23 +02:00
Martin Aeschlimann
ae1599a0b7 fix merge-conflict for browser 2020-06-26 10:54:29 +02:00
Martin Aeschlimann
94081f67b6 shared webpack browser config: add WEBWORKER definition 2020-06-26 10:13:08 +02:00
Martin Aeschlimann
4952232a7b Merge pull request #101046 from madskristensen/patch-2
Fix SchemaStore.org URLs
2020-06-26 08:46:20 +02:00
Martin Aeschlimann
cc595adb2c Merge pull request #101047 from madskristensen/patch-3
Use HTTPS urls for SchemaStore.org
2020-06-26 08:43:58 +02:00
Matt Bierner
32e6693f00 Fix race on 'projectInfo' requests
Fixes #101076

Make sure we fully start the TS Server (including uploading files) before sending the 'projectInfo' request for the status bar item
2020-06-25 16:44:25 -07:00
Peng Lyu
aba3a8e440 Merge pull request #100545 from microsoft/rebornix/separate-textmodel-selection
Notebook: separate selections and text model
2020-06-25 15:37:10 -07:00
Matt Bierner
48c6e3979d Add experimental support for using iframes for webviews (#100991)
* Use non-deprecated API version

* Prototype: enable offline iframe based webviews on desktop

Adds a new `vscode-webview` protocol  for loading the wrapper contents of a webview

Still needs cleaning up

* fix loading of electron webview

* Cleanup and add `webview.experimental.useIframes` setting

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2020-06-25 14:52:02 -07:00
Peng Lyu
a71c35310e Merge branch 'master' into rebornix/separate-textmodel-selection 2020-06-25 14:48:26 -07:00
Martin Aeschlimann
d0a272d025 use shared webpack config for browser 2020-06-25 23:30:00 +02:00
Martin Aeschlimann
16be2c9885 used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
João Moreno
5c94be9df2 Merge branch 'joao/scm-view' 2020-06-25 21:10:09 +02:00