Commit graph

8157 commits

Author SHA1 Message Date
Joao Moreno 23de8430b3
Merge branch 'pr/83466' 2019-11-29 16:14:57 +01:00
Martin Aeschlimann 86be8b94e5 remove console logs 2019-11-29 15:28:44 +01:00
Joao Moreno f203361631
Merge commit 'refs/pull/83466/head' of github.com:microsoft/vscode into pr/83466 2019-11-29 15:11:12 +01:00
Joao Moreno 413a17865c
git: use getCommit instead of log 2019-11-29 12:31:19 +01:00
Joao Moreno ba79d4a0ee
Merge commit 'refs/pull/82995/head' of github.com:microsoft/vscode into pr/82995 2019-11-29 12:06:41 +01:00
Andre Weinand bb2f59b094 adapt to proposed API 2019-11-28 17:55:12 +01:00
Joao Moreno 100eead87e fixes #85158 2019-11-28 13:41:55 +01:00
João Moreno f8b2bb8403
Merge pull request #85459 from vially/git-clone-dest-path
Add parent path to git clone command
2019-11-28 13:34:44 +01:00
Pine Wu f057cf0fa0 Update html/css LS for new data 2019-11-27 17:04:06 -08:00
Alexandru Dima b7f98568bb
Convert editor.autoIndent to 'none' | 'keep' | 'brackets' | 'a… (#85727)
Convert editor.autoIndent to 'none' | 'keep' | 'brackets' | 'advanced' | 'full'
2019-11-27 23:09:51 +01:00
Sandeep Somavarapu 121a3425a4
Merge branch 'master' into master 2019-11-27 22:16:40 +01:00
Alexandru Dima e625e61558
wip 2019-11-27 17:29:07 +01:00
Christof Marti 906b76cea3 Update schemas (microsoft/vscode-remote-release#1155) 2019-11-27 15:37:48 +00:00
ryenus d75f90976b fix typo: consecutive-word duplications
This fixes unintentional duplications of words, such as `the the`, and
`can can` etc. I also take the chance to make a few wording tweaks to
avoid suspicious duplications.
2019-11-27 11:07:06 +08:00
Pine Wu 615732feae Update CSS Language Service 2019-11-26 14:41:08 -08:00
Matt Bierner 776c33ac41 Pull in the latest grammars 2019-11-26 11:49:01 -08:00
Jackson Kearl 9b537cafe9 [Search Editor] Make file result blocks symbols 2019-11-26 11:20:30 -08:00
Jackson Kearl c324ac445d [Search Editor] Add completion items for query construction 2019-11-26 10:52:05 -08:00
Martin Aeschlimann 873fc72278 [html] "Expand selection" misses { } in <script> tag. Fixes #85306 2019-11-26 17:11:41 +01:00
Joao Moreno f46ae8ff0d
fix build 2019-11-26 15:23:27 +01:00
Joao Moreno e518f536de
fixes #85569 2019-11-26 15:07:06 +01:00
Martin Aeschlimann 56aab15efd
Merge pull request #85467 from chodorowicz/improve-monokai-markdown-theme
Improve Monokai theme for markdown files
2019-11-26 15:03:46 +01:00
Martin Aeschlimann e7bcce6fe2
Merge branch 'master' into improve-monokai-markdown-theme 2019-11-26 14:41:43 +01:00
Martin Aeschlimann 3bef2000a8
Merge branch 'master' into patch-2 2019-11-26 14:28:00 +01:00
Matt Bierner a63d88ec55 Make sure we normalize paths before sending them to tsserver
Fixes #84826
2019-11-25 20:58:47 -08:00
Matt Bierner 16fffb122b Mark parameter suggestions as variables
For #85430
2019-11-25 20:09:10 -08:00
Matt Bierner dd300e4fe7 Show constants as normal variables
Fixes #85429
2019-11-25 19:50:32 -08:00
Matt Bierner 4116c9411b Use enum member completion type 2019-11-25 19:50:32 -08:00
ZHAO Jinxiang 352d641042 Add .cjs to known JavaScript file extensions (#85460) 2019-11-25 19:46:09 -08:00
Matt Bierner 872c3afdf0 Update TS insiders version 2019-11-25 15:44:25 -08:00
Jackson Kearl 8062282fc7 Fix build 2019-11-25 14:59:40 -08:00
Jackson Kearl baac06c603 Merge branch 'master' of github.com:microsoft/vscode 2019-11-25 11:56:49 -08:00
Jackson Kearl 24e826acd5 Add extension build scripts 2019-11-25 11:55:15 -08:00
Andrew Liu 37eeb3755a quick fix (#85506) 2019-11-25 11:30:04 -08:00
Jackson Kearl c2e11d41f5 Add re-run search editor search action 2019-11-24 16:47:58 -08:00
Jackson Kearl c41d9dc9b4 Remove multi-match peek UX. 2019-11-24 14:37:34 -08:00
Jackson Kearl 695bc30383
Add initial search editor implementation (#85424)
* Initial search editor implementation

* Merge fixes

* Exclude search result untitled editors from localresults results

* Remove unneeded keybinding

* .vsc-search => .code-search

* Add extension readme

* Fix extra space inserted on Windows

* Fixup some escaping issues

* Add highlighting of result matches
2019-11-24 02:35:39 -08:00
Samuel Bronson 96479b86f3
Allow trailing commas in jsconfig.json, too
This is a followup to commit bcf67c867f "allow trailing commas in tsconfig.json (for #80419)".
2019-11-23 21:36:10 -05:00
Jakub Chodorowicz 5a90be887b
Improve Monokai theme for markdown files
- properly render links in lists
- make headings bold
- render quotes in italics and change color
- render bold text in bold
- render italic text in italic
2019-11-23 21:53:01 +01:00
Valentin Hăloiu 1ae9ff4cb1
Add parent path to git clone command 2019-11-23 15:38:47 +01:00
okmttdhr 0db887a1a3 Show JS/TS References Code Lens for Inner Functions (#84689)
* Show code lens for inner functions

* Create typescript.referencesCodeLens.showOnAllFunctions setting

* Create javascript.referencesCodeLens.showOnAllFunctions setting

* Add a new setting in a existing class

* Avoid unnecessary fallthrough
2019-11-22 18:06:23 -08:00
Matt Bierner 028e009ea2 Better name 2019-11-22 15:18:01 -08:00
Matt Bierner 71c3136106 Extract out common status bar entry management code 2019-11-22 15:18:01 -08:00
Matt Bierner aaa01eac73 Make previewManager implement WebviewEditorProvider directly 2019-11-22 15:18:01 -08:00
Matt Bierner f085deb2e0 Remove test editing code from preview 2019-11-22 15:18:01 -08:00
Jean Pierre 56a544b36c Don't encode image resource URI twice (#85355) 2019-11-22 14:33:33 -08:00
Pine Wu 84aa1ada9f ESC to exit mirror tag position mode 2019-11-22 13:59:26 -08:00
Pine Wu 4e3af8a295 Remove textedit when adding space from ending tag 2019-11-22 13:54:34 -08:00
Pine Wu 0d25d0a798 Fix #47069 2019-11-22 10:16:38 -08:00
Martin Aeschlimann 1803c7fd76 fixes for theming semantic tokens 2019-11-22 13:52:24 +01:00
Martin Aeschlimann 1837853e5d Merge branch 'master' into aeschli/sem-color-test 2019-11-22 11:58:13 +01:00
Martin Aeschlimann e23cbe05f3 fix pattern 2019-11-22 10:06:58 +01:00
Christof Marti 599c076d91 Fix path 2019-11-22 07:51:52 +01:00
Martin Aeschlimann 28909fd2ad test-SemanticColoringProvider 2019-11-21 20:45:13 +01:00
Joao Moreno f4f0062168 git input box shouldn't handle comments
related to #84201
2019-11-21 16:41:35 +01:00
Joao Moreno 3b0571d8c2 cleanup denodeify from git 2019-11-21 16:41:35 +01:00
Joao Moreno db5b58c442 isolate askpass 2019-11-21 15:16:49 +01:00
Joao Moreno 1b5afdf5c3 refactor 2019-11-21 15:16:49 +01:00
Andre Weinand 5f5a65c441 prevent vscode-api-tests from running in node.js 2019-11-21 13:26:38 +01:00
Andre Weinand 343f26602e remove obsolete comment 2019-11-21 13:26:38 +01:00
Joao Moreno e7e562da3c remove data uri from git 2019-11-21 09:28:23 +01:00
Matt Bierner d9c4923f98 Fix trailiing comma 2019-11-20 21:36:05 -08:00
Matt Bierner 8fa16bd74f Remove custom editor support for data uris
For #85203. Data uris are no longer used by VS Code core
2019-11-20 21:35:29 -08:00
Matt Bierner 827e94edef Hook up basic alert of why a code action could not be applied
For #85160
2019-11-20 17:10:00 -08:00
Andre Weinand 37f18e8f2d don't activate vscode-api-test on debug; fixes #85230 2019-11-20 23:23:18 +01:00
Matt Bierner 8caf39ef37 Fix loading of images with spaces in the name
Partially revert #84667

Also seems to fix #85190
2019-11-20 11:43:09 -08:00
Andre Weinand f09c852a28 web worker: support F5 debugging w/o launch.config 2019-11-20 17:36:09 +01:00
Christof Marti 1a88e9d166 Allow null (microsoft/vscode-remote-release#1201) 2019-11-20 17:20:10 +01:00
Christof Marti 6be5444bf5 Update devcontainer schema (microsoft/vscode-remote-release#1201) 2019-11-20 16:55:19 +01:00
Joao Moreno 3bf8e81517
fixes #85205 2019-11-20 16:25:10 +01:00
Joao Moreno f37b9d742c
git: isolate ipc env 2019-11-20 16:07:01 +01:00
Joao Moreno 39c14fc431
💄 2019-11-20 15:15:46 +01:00
Joao Moreno 14cc75aa22
git: extract ipc 2019-11-20 15:15:45 +01:00
Joao Moreno ec8de4eb45
git: better uri parsing error message 2019-11-20 10:53:20 +01:00
Joao Moreno 5fdfdd7e6c
git: use querystring instead of JSON for uris 2019-11-20 10:50:53 +01:00
Alex Ross 54421ea4fa Update PHP grammar
Fixes #85132
2019-11-20 09:46:24 +00:00
Alex Ross e82dd213dd Make typescript problem match watch patterns less locale specific
Improves #46373
2019-11-20 09:33:32 +00:00
Joao Moreno fb2f985aa9
git.publish should not ask if only one remote
related to #84697
2019-11-20 10:12:31 +01:00
Joao Moreno e055299e77
fix git commands 2019-11-20 09:37:02 +01:00
Daniel Imms 7ab2322170 Fix compile 2019-11-19 11:28:31 -08:00
Matt Bierner 0e5a5f6524 Better time logging for js + markdown
We don't need full date, only times
2019-11-19 11:22:08 -08:00
Pine Wu 07574365c9 Add HTML rename for #47069 2019-11-19 11:15:16 -08:00
Joao Moreno b6899391cd
wip: comment out git data uris 2019-11-19 17:03:15 +01:00
Joao Moreno b7ead236be
git api: expose toGitUri 2019-11-19 16:54:41 +01:00
Joao Moreno ff23412237
provide gitfs resource label formatter 2019-11-19 16:47:55 +01:00
Joao Moreno 5014becb72
Merge branch 'master' into joao/git-fs-provider 2019-11-19 16:26:08 +01:00
Benjamin Pasero 04d634e1d6 💄 sample extension 2019-11-19 15:33:21 +01:00
Andre Weinand 5c372215d5 add mock debug to web sample 2019-11-19 12:12:17 +01:00
Alexandru Dima cf624b01fc
Fix memory leak caused by listeners to nulToken (#84940) 2019-11-19 11:13:38 +01:00
Matt Bierner 525b43fc00 Pick up new TS insiders 2019-11-18 15:36:00 -08:00
Matt Bierner e6abf471d8 Update js/ts grammars 2019-11-18 15:34:42 -08:00
Matt Bierner 8bbe3157f0 Trying to hook up basic save for custom editors 2019-11-18 11:27:45 -08:00
Matt Bierner 942287eb44 Fix report issue command
For #85021
2019-11-18 11:00:47 -08:00
Pine Wu adc45b549b Fix package.json in css server test fixture 2019-11-18 09:53:06 -08:00
Matt Bierner 5b428d2ec1 Don't use locale strings
For #84803

These can cause issues on node 12
2019-11-18 09:35:35 -08:00
Andre Weinand 4b79df84fb fix launch.json 2019-11-18 16:29:21 +01:00
Johannes Rieken 47d1736ad5 some more API tests for creating/deleting files, #43768 2019-11-18 15:58:33 +01:00
Johannes Rieken 95a7255725 fix more compilos 2019-11-18 15:26:44 +01:00
Johannes Rieken 8252d8afb7 fix compile error 2019-11-18 14:32:17 +01:00
Alexandru Dima e7f8a94eb2
Split TS changes to separate PR 2019-11-18 12:17:23 +01:00