Commit Graph

56190 Commits

Author SHA1 Message Date
Johannes Rieken
175ab4aa51 don't warn when fixing missing scheme, just do it... bring back strict mode for parse 2019-10-24 11:48:17 +02:00
Johannes Rieken
666ad41b9c add tests from old bugs that have been resolved "as designed" 2019-10-24 11:39:26 +02:00
Johannes Rieken
e0617e5853 some more test utils 2019-10-24 11:12:28 +02:00
Johannes Rieken
bbb516cb6a polish, extract util functions, fix issue with overeager hex detection 2019-10-24 10:43:18 +02:00
Johannes Rieken
67c8c940c6 node nodejs specific test tweaks 2019-10-24 09:55:07 +02:00
Johannes Rieken
5569584779 Merge branch 'master' into joh/uri-parse 2019-10-24 09:36:55 +02:00
Eric Amodio
a1561eb79b Adds window border support to splash 2019-10-24 02:31:13 -04:00
Joao Moreno
b53811e67e fix npm postinstall step, remove xterm from version matching 2019-10-24 08:20:25 +02:00
Matt Bierner
78559bf9e6 Normalize vscode links in markdown files to target current vscode version
Fixes #71622

This allows you to use generic `vscode` links inside the markdown preview and still have them work if the preview is viewed in insiders
2019-10-23 20:27:52 -07:00
Matt Bierner
af4ea4d46a Make sure we render border in split webviews 2019-10-23 19:37:19 -07:00
Matt Bierner
da891e5264 Remove log 2019-10-23 19:30:23 -07:00
Matt Bierner
4d4040c3d1 Avoid cast 2019-10-23 19:30:23 -07:00
Daniel Imms
21bc76fdf9 Fix context menu appearing on web when right clicking terminal
Happens when copyPaste is the rightClickBehavior
2019-10-23 18:18:10 -07:00
Matt Bierner
8c0e291789 Make message for update imports better match vscode's message
For #76268
2019-10-23 18:04:22 -07:00
Matt Bierner
639ccb016f Batch renames for js/ts
Fixes #76268
2019-10-23 17:57:41 -07:00
Matt Bierner
e4478d363d Batch renames 2019-10-23 17:57:41 -07:00
Matt Bierner
6290c3ff0b Use file name to determine if we are in a ts file or not
Using a textdocument to know if we are in a typescript vs a javascript document is ideal but comes at a performance cost. In most cases we can use the file name safely
2019-10-23 17:57:40 -07:00
Matt Bierner
645a178353 Use destructured paramters 2019-10-23 17:57:40 -07:00
Matt Bierner
01f429e8c9 Don't show progress indicator when we know for sure we are not doing a js/ts rename 2019-10-23 17:57:40 -07:00
Matt Bierner
46d2224d8b Remove gating for TS versions < 2.4
Telemetry shows that these old TS versions have very low usage (in the tens across the many, many js/ts users). Given this, it now makes sense to remove the extra gating/checks required to support these old versions
2019-10-23 17:57:40 -07:00
Matt Bierner
0d0a574164 Normalizing names 2019-10-23 17:57:40 -07:00
Matt Bierner
45cd966a16 Use VS Code's fs instead of node 2019-10-23 17:57:40 -07:00
Matt Bierner
32db47ae2b Remove duplicate impl of getActiveWebviewEditor 2019-10-23 17:57:40 -07:00
Matt Bierner
afe6359720 Use ?. 2019-10-23 17:57:40 -07:00
Matt Bierner
611fd60cd4 Make sure we update js/ts diagnostics when the visible editors change
Changes in one document may cause errors in other, not yet visible docs. Make sure we update the diagnostics when another file becomes visible to handle that case
2019-10-23 17:57:40 -07:00
Matt Bierner
000cff9dd5 Explicitly note that activeParameter could be undefined 2019-10-23 17:57:40 -07:00
Matt Bierner
b87445c0f5 Remove extre implements 2019-10-23 17:57:40 -07:00
Matt Bierner
ff2a1b8746 model is never mutated 2019-10-23 17:57:40 -07:00
Daniel Imms
f68737bdcc Use optional chaining in terminalInstance 2019-10-23 17:41:35 -07:00
Peng Lyu
00cd1a88e9 Fix #80707. 2019-10-23 16:57:38 -07:00
Peng Lyu
e6adf2040b Merge pull request #65222 from irrationalRock/fix59961
Fixed #59961
2019-10-23 16:31:02 -07:00
Alex Dima
1cac8b18d5 Fixes #50304: Tweaks to visible ranges queries for lines > 10k chars 2019-10-24 00:19:10 +02:00
Peng Lyu
85d641e61c Merge branch 'master' into fix59961 2019-10-23 14:58:11 -07:00
Matt Bierner
615d6408e5 Make sure we apply initial style to find widget
Fixes #83176
2019-10-23 14:16:32 -07:00
Matt Bierner
56cd791664 Extract has docs 2019-10-23 14:16:32 -07:00
Alex Dima
e0d2ed907d Remove overviewRulerLanes from JSON schema 2019-10-23 22:41:34 +02:00
Matt Bierner
76a8e836c5 Use standard vscode.proposed.d.ts instead of copying it 2019-10-23 13:20:58 -07:00
Alex Dima
4ed6a47fd3 Fixes #50163: Prefer end view position instead of next line's start view position when converting single-line model ranges 2019-10-23 22:11:00 +02:00
Daniel Imms
215fa33710 Support command tracking from current scroll position
Fixes #46729
2019-10-23 12:45:20 -07:00
Matt Bierner
de010f538c Only use endpoint origin when rewriting csp in webviews 2019-10-23 11:56:35 -07:00
Miguel Solorio
5a261cd8ae Merge branch 'master' of github.com:Microsoft/vscode 2019-10-23 11:44:22 -07:00
Peng Lyu
ec895a4ea0 Merge pull request #82055 from NeeEoo/NeeEoo-patch-1
Fix #81890 - Fix HSLA to RGBA in color picker
2019-10-23 11:42:25 -07:00
Miguel Solorio
4f8bf7cc75 Merge branch 'master' of github.com:Microsoft/vscode 2019-10-23 11:38:14 -07:00
Peng Lyu
2d9dbafda6 Fix #81958. Focus border for toggle. 2019-10-23 11:37:55 -07:00
Miguel Solorio
1592250db6 Adjust padding for breadcrumb symbols in no tab view 2019-10-23 11:37:55 -07:00
Daniel Imms
0c4f3f9cf4 Update distro 2019-10-23 11:30:19 -07:00
Alex Dima
e9593263f6 Fixes #49428: Allow fontSize to go all the way down to 6 2019-10-23 20:30:04 +02:00
Daniel Imms
5beb07f84c Merge pull request #83091 from microsoft/tyriar/82901
Remove duplicate uncategorized terminal commands
2019-10-23 11:26:56 -07:00
Miguel Solorio
235f851243 Fix #83138, hide chevrons in breadcrumb when no tabs visible and last item 2019-10-23 11:26:24 -07:00
Peng Lyu
03be4b63f3 Merge branch 'master' into NeeEoo-patch-1 2019-10-23 11:26:12 -07:00