Commit graph

88 commits

Author SHA1 Message Date
João Moreno e7ea07d358
docs(sash): 📝 add documentation for the Sash widget
Related-to: #124652
2021-11-10 12:17:03 +01:00
João Moreno 5dfa71a9e8
fix(git): 🐛 git api commands should be registered as contributions
Closes: #111658
2021-11-09 13:24:28 +01:00
João Moreno 144d7e3f68
fix(list): 🐛 list/tree should show focus outline while context menu is open
Closes: #123771
2021-11-08 15:51:31 +01:00
João Moreno 39e3b69db0
chore: 🔧 update conventional commit scopes 2021-11-08 14:58:18 +01:00
João Moreno 6f0346f2cb
fix(splitview): up/down arrows should change focus between pane view headers
Closes: #117440
2021-11-08 14:21:36 +01:00
João Moreno 5ce44b2e01
feat(grid): 🚸 2x2 mode can be enabled by splitting
Closes: #117866
2021-11-08 13:58:29 +01:00
João Moreno cfb6bc83c9
fix(scm): dont create event listeners per scm row
Closes: #115016
2021-11-08 11:58:28 +01:00
João Moreno e5bcb02e1e
fix(tree): 🐛 allow navigating between breadcrumbs using arrow keys 2021-11-05 16:23:15 +01:00
Alex Dima 9d67be7ae0
Remove no longer necessary special settings for src/vs/server 2021-10-21 09:05:59 +02:00
Matt Bierner f0975ec56c
Remove now unused setting 2021-09-08 13:48:23 -07:00
Connor Peet 126218be87
main: add a lockfile, and set the user data dir while debugging
See https://github.com/microsoft/vscode/issues/127861#issuecomment-877417451
2021-07-09 12:56:02 -07:00
Connor Peet bb3ea733de
testing: rework running side to new apis 2021-04-16 16:40:01 -07:00
Matt Bierner 34354cd5a5 Enable useMarkdownRenderer by default again and document this experimental setting 2021-03-29 14:28:18 -07:00
Matt Bierner ff42bf4651 Disable markdown renders by default
Disabling to get more testing of stable markdown renderers before shipping
2021-03-23 21:02:19 -07:00
Connor Peet 5b41604444
testing: add more logical default autorun behavior
Fixes #117526
2021-03-09 16:40:38 -08:00
Matt Bierner 8806d063fe Enable extensible markdown notebook rendering in VS Code workspace 2021-02-18 15:37:00 -08:00
Connor Peet 65e1707d19
format js/ts on save 2020-12-17 08:13:35 -08:00
Alex Dima b3f4f13920
Fix unit test 2020-10-20 15:29:35 +02:00
João Moreno 448115e436
set default formatter for js 2020-09-22 14:36:58 +02:00
Matt Bierner 1512c95b66 Update to latest TS nightly for building VS Code 2020-06-29 14:40:15 -07:00
Matt Bierner a8f1fedaf6 Update to latest TS 4.0 for building VS Code
Also removes an unused export that was causing compile issues
2020-06-22 15:02:52 -07:00
Johannes Rieken c66ac0387c move perf data into separate file that's ignored by search, fyi @sandy081 2020-06-18 11:21:23 +02:00
Johannes Rieken fd2658d804 fix indentation 2020-06-15 16:14:34 +02:00
Alex Dima a6e59815c8
Adopt vscode-oniguruma-wasm 2020-04-23 11:16:21 +02:00
João Moreno 029ef4465b disable typescript task auto detect 2020-04-17 14:16:37 +02:00
Pine Wu 3474ea740e Add TS formatter settings 2020-03-05 13:45:19 -08:00
Benjamin Pasero 35379aba75 smoke - headless option is troublesome 2020-02-11 17:35:53 +01:00
Johannes Rieken 50d16a37d9 add rulePaths-option for eslint extension 2019-12-31 11:20:42 +01:00
Eric Amodio cf09d57296 Changes npm script runner to use yarn 2019-10-24 16:57:44 -04:00
Alex Ross 60633f308e Turn off gulp autodetect for the repo 2019-10-18 11:52:19 +02:00
Miguel Solorio 9b7585518f Remove ext setting 2019-09-20 16:00:37 -07:00
Miguel Solorio 03c444e89a Adopt icon font in explorer 2019-09-20 15:46:16 -07:00
Joao Moreno a4fd7f28ca team settings 2019-07-25 10:32:59 +02:00
Matt Bierner 35f77aab43 Enable useSeparateSyntaxServer by default and remove the experimental section from setting name
Fixes #76420
2019-07-01 15:10:21 -07:00
Matt Bierner b362e9b6ca Enable "typescript.experimental.useSeparateSyntaxServer" for VS Code workspace 2019-06-20 17:11:20 -07:00
Rob Lourens db6c0dc75d
Default chrome-debug to be a workspace extension to enable debugging vscode on a remote 2019-06-17 11:21:14 -07:00
Alex Dima d8f660d5ff Minor tweaks for #65137 2019-02-15 17:41:09 +01:00
Max Sysoev 8a04f8fed7 Add maxTokenizationLineLength configuration option 2019-02-15 16:54:31 +01:00
Alex Dima 0a61bab1a2 Format settings.json 2019-02-08 15:36:13 +01:00
isidor 08f90efead merge master 2018-12-28 15:30:48 +01:00
isidor 9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
Alex Dima 66f4c5be3a Adopt OSS tool 2018-11-16 23:21:02 +01:00
Matt Bierner 573af50461 Switch VS Code workspace to use typescript-tslint-plugin
Use the plugin version of TS lint rather than the external version. Add the plugin as a local dev dependency and add the vscode extension that contributes the plugin as a recomended extension. This should enable the plugin when using the standard version of TS and when using the workspace version of TS
2018-11-12 14:49:30 -08:00
Benjamin Pasero 19bf44f3a8 settings - exclude uri.test.data.txt 2018-10-23 09:09:12 +02:00
Rob Lourens 4bd9c80b14 Remove enableSearchProviders in vscode workspace settings, now it's enabled by default 2018-05-17 11:56:05 -07:00
Matt Bierner 09d0a0af39 Prefer single quotes in vscode codebase 2018-05-14 11:24:07 -07:00
Rob Lourens d53d1e9ef2 EH search - add opt-in setting to vscode workspace settings 2018-05-14 10:16:51 -07:00
Matt Bierner 84d023798b Prefer non-relaitve paths in vscode codebase
Requires using TS 2.9

Fixes #43575
2018-05-08 15:23:22 -07:00
Joao Moreno 01eeace4ed fixes #46163 2018-03-20 10:43:02 +01:00
Joao Moreno 55ea9fe284 fix integration tests 2018-03-07 11:03:28 +01:00