Commit graph

33107 commits

Author SHA1 Message Date
Johannes Rieken 950d4bff5b ensure absolute paths for file-uris, #34449 2018-05-02 15:53:29 +02:00
Martin Aeschlimann b6d72543de
Merge pull request #48345 from Jasonlhy/master
Correct comment inside script tag and style tag in razor file
2018-05-02 15:34:42 +02:00
Alex Dima e8f8aa9a95 Fixes #15118: Trim auto whitespace when inserting a new line before 2018-05-02 15:18:15 +02:00
Joao Moreno 8bec9ea256 comment out broken tests 2018-05-02 14:47:34 +02:00
Joao Moreno 3d45d43963 fix builds 2018-05-02 14:16:34 +02:00
Joao Moreno 45a2bc7e3d fix task 2018-05-02 14:16:15 +02:00
Joao Moreno baf6fbc777 update continuous build
fixes #48800
2018-05-02 12:57:44 +02:00
Alex Dima 97f7c24b2e Debt: Reduce implicit any 2018-05-02 12:44:19 +02:00
Alex Dima 350883bbf8 Debt: remove usage of globals 2018-05-02 12:44:19 +02:00
Joao Moreno 931ee228f3 smoketest: poll should report last error 2018-05-02 12:43:34 +02:00
Johannes Rieken 6be579cdf5 print raw performance marks, #41712 2018-05-02 12:36:00 +02:00
Joao Moreno fe49af2cac fix terminal smoketests
fixes #48396
2018-05-02 12:30:22 +02:00
Joao Moreno 5dc5b4a90e smoketest: show devtools when using --verbose 2018-05-02 12:30:22 +02:00
Joao Moreno 5ba105e0da update README.md 2018-05-02 12:30:21 +02:00
Martin Aeschlimann 4afd003cf3 [json] Treat *.css.map and *.js.map as JSON by default. Fixes #48291 2018-05-02 12:19:36 +02:00
Martin Aeschlimann 8c44bc0fba [loc][Query] Possible typo in "The locations of the font.". Fixes #48278 2018-05-02 12:09:56 +02:00
Martin Aeschlimann 24b5f19385 [themes] Solarized Dark selection color has no enough contrast. Fixes #48106 2018-05-02 12:09:56 +02:00
Johannes Rieken 2d15717a66 remove old command and use executeEdits everywhere, #47107 2018-05-02 11:54:43 +02:00
Isidor Nikolic 33d551cefe
Merge pull request #48750 from Microsoft/tsalinger/renaming-in-explorer-visible-glitch
fixes #43687
2018-05-02 11:48:45 +02:00
isidor 6acf1a2a26 debug: use readonly more
fixes #48064
2018-05-02 11:43:20 +02:00
Alex Dima 8745c1f89a Debt: var -> let 2018-05-02 11:42:16 +02:00
Johannes Rieken 8aeffbca07 add comment about symlinks #47475 2018-05-02 11:16:31 +02:00
Johannes Rieken 9bb39f2277 add FileSystemError.Unavailable, #47475 2018-05-02 11:01:18 +02:00
Alex Dima 08f8a4842d Fixes #42851: Pass undefined as command args when keybinding doesn't have argss 2018-05-02 10:59:40 +02:00
isidor 0f4a19ea42 search: update view location a bit earlier on startup
fixes #49014
2018-05-02 10:46:23 +02:00
Martin Aeschlimann 759cf273b0 Red squiggly lines don't show in IE 11. Fixes Microsoft/monaco-editor#816 2018-05-02 10:34:14 +02:00
Alex Dima e05624f948 Use unique pipe names from ipc.net.ts 2018-05-02 10:13:23 +02:00
Alex Dima 1e3fb4d9d0 Use unique pipe names from stdFork 2018-05-02 10:10:13 +02:00
Daniel Ye 13650824a5 2018-04-30. Merged in translations from Transifex. 2018-05-02 10:08:17 +02:00
isidor b703cdba7a debug brekapoints hover messages: fix copy paste mistake 2018-05-02 10:03:49 +02:00
Alex Dima 5dff77e49c Fixes Microsoft/monaco-editor#857: Ensure pageSize is > 0 2018-05-02 09:45:50 +02:00
Johannes Rieken 946623f81f fix #49003 2018-05-02 09:37:08 +02:00
Rob Lourens 56fcd46ec3
Merge pull request #48906 from Microsoft/roblou/settingsUI
Implement new settings GUI
2018-05-01 17:27:45 -07:00
Rob Lourens 349f5c61d3 Fix wrong quickinput casing, causing tests to hang 2018-05-01 17:25:29 -07:00
Matt Bierner 4daf8d2266 Pick up newer marked version 2018-05-01 16:29:02 -07:00
Matt Bierner 6cea141254 Add API for storing state in webviews contents themselves 2018-05-01 16:14:54 -07:00
Matt Bierner 9370ce97b2 Use destructre 2018-05-01 11:08:59 -07:00
Matt Bierner 245155d161 Make sure we have a model
Fixes #47549
2018-05-01 10:43:36 -07:00
Matt Bierner ba1fda8b86 Always cancel parameter hints when document changes
Fixes #48237
2018-05-01 10:39:18 -07:00
Matt Bierner 2c7cea2d37 Use TS 2.8.3 for building vscode 2018-05-01 10:16:51 -07:00
Joao Moreno fdaf90dbff continuous build: stop windows on first error 2018-05-01 17:50:36 +02:00
Shiva Prasanth 3e7c371e8b search results copy All with sort like tree 2018-05-01 18:00:33 +05:30
Matt Bierner 55a10f77e8 Don't try creating a new synced buffer if we already have one
Possibly https://github.com/Microsoft/TypeScript/issues/23502
2018-04-30 18:18:05 -07:00
Matt Bierner 0d584a9086 Allow open preview from markdown file title context menu
Part of #37045
2018-04-30 17:30:44 -07:00
Matt Bierner a4c3e74748 Auto trigger suggest on jsdoc parameter names
Fixes #48976
2018-04-30 17:08:53 -07:00
Matt Bierner 9f16378b2f Trigger completions on < inside jsx
Fixes #40539
2018-04-30 17:02:22 -07:00
Matt Bierner ffb8d045a6 Add support for TS trigger characters
Fixes #25034
2018-04-30 16:56:36 -07:00
Matt Bierner eab96df4c0 Allow cmr+r reload from webview developer tools
Fixes #48975
2018-04-30 15:42:01 -07:00
Matt Bierner 730eb4e560 Remove onmessage wrapper 2018-04-30 15:42:01 -07:00
Matt Bierner 8077bd07fc Use arrow functions 2018-04-30 15:42:01 -07:00