Commit Graph

151 Commits

Author SHA1 Message Date
Benjamin Simmonds
2e4d75fa7d
remove setting (#198439) 2023-11-16 17:20:56 +01:00
Benjamin Simmonds
a6469cae57
Refactor Configuration Migration Logic (#198414)
* fix migration #198056
2023-11-16 14:27:18 +01:00
Ladislau Szomoru
7688a7ca8e
Engineering - update incoming/outgoing workspace settings (#198386) 2023-11-16 08:18:41 +01:00
Daniel Imms
0d0217205f
Remove out dated setting 2023-11-14 12:57:50 -08:00
Daniel Imms
df7f63c26c
Merge pull request #197994 from microsoft/tyriar/197858
Various improvements to terminal sticky scroll and command navigation
2023-11-13 11:14:01 -08:00
Ladislau Szomoru
901d3e5c5f
Engineering - re-enable incoming/outgoing (#198039) 2023-11-12 12:45:08 +01:00
Daniel Imms
d099550cdd
Adopt new setting name 2023-11-11 04:30:54 -08:00
Ladislau Szomoru
985a295449
Engineering - disable setting temporarily (#197911) 2023-11-10 12:46:49 +01:00
Ladislau Szomoru
5b0ddc32b2
SCM - enable incoming/outgoing for the vscode repo (#197893) 2023-11-10 11:53:38 +01:00
Daniel Imms
42a2de206f
Set default terminal sticky scroll in vscode temporarily 2023-11-07 13:20:57 -08:00
Daniel Imms
1532b5aebd
Add xterm scope to moore places 2023-11-02 06:34:09 -07:00
Benjamin Pasero
f430137625
settings - let folders in node_modules still be editable (#195714) 2023-10-16 20:18:33 +02:00
Connor Peet
c2a6932e9e
eng: onboard to the extension test runner (#195570)
* eng: onboard to the extension test runner

Adds a `.vscode-test.js` file that uses the new extension test CLI to
run tests. Also, onboards the markdown-language-features as the first
built-in extension to use it.

With the `ms-vscode.extension-test-runner` extension installed, the
markdown-language-features' tests can be run and debugged easily in
the UI :)

* fixup
2023-10-13 13:11:05 -07:00
Matt Bierner
060e385ef5
Add typescript.preferences.autoImportFileExcludePatterns to repo (#193477)
For https://github.com/microsoft/TypeScript/issues/55781
2023-09-19 08:28:28 -07:00
Henning Dieterichs
e0e970f76b
Removes legacy diff editor. (#191989)
* Removes legacy diff editor.

* Fixes CI

* Fixes CI
2023-09-04 22:45:27 +02:00
Daniel Imms
e5cdd7d0fd
Make Cargo.lock a readonly file in vscode 2023-07-17 06:28:37 -07:00
Alex Ross
b7b88e4dbb
Opt the team into the new create PR view (#187434) 2023-07-10 12:19:33 +02:00
Henning Dieterichs
d7eb1e4fb9
Enable new diff editor for the vscode workspace (#185221) 2023-06-15 15:11:44 +02:00
Benjamin Pasero
c000cb1474
eng - expand usage of readonly setting for vscode (#184682) 2023-06-09 10:13:16 +02:00
Benjamin Pasero
d64c580182
readonly - enable for vscode workspace 2023-05-10 09:37:48 +02:00
rebornix
e5a432ba0b
Allow users to control find scopes 2023-04-17 17:01:15 -07:00
Peng Lyu
76781a1a1b
Enable markup search hybrid mode (#177542)
* Enable markup search hybrid mode

* Experiment turning all cells into editing mode on replace

* Prepare for minimal find markdown mode

* Add settings for controlling the initial state for find in markdown cells

* Validate initial state
2023-04-14 18:48:51 +01:00
Henning Dieterichs
898fcd63dc
Updates VS Code workspace settings (#179864)
* the experimental diff algorithm is now the default in insiders
* turns on asyncTokenizationVerification to investigate a reported bug
2023-04-13 15:12:27 +02:00
Henning Dieterichs
168a670c58
Enables experimental diff algorithm for workspace (#178819) 2023-03-31 16:52:22 +02:00
Daniel Imms
023ac5366c
Ignore main branch PRs 2023-03-27 05:31:40 -07:00
Henning Dieterichs
d8dd1e1959
Enable async tokenization for the vscode workspace to selfhost (#176410) 2023-03-07 18:07:55 +01:00
Matt Bierner
fd171453f7
Ignore compiled files under dist while searching (#175399) 2023-02-24 16:28:24 -08:00
Alexandru Dima
d912e6c925
Exclude fixture file from search (#175384) 2023-02-24 22:12:47 +01:00
Connor Peet
d74acc2714
debug: apply outFiles to debug terminal for faster boot (#169441)
Fixes most of https://github.com/microsoft/vscode/issues/167911
2022-12-16 23:02:55 +01:00
Connor Peet
387bab6993
testing: add test actions to editor context menus (#167091)
* testing: add test actions to editor context menus

Fixes #130548

* add an efficient test by uri lookup, and editor context key
2022-11-23 20:32:57 +00:00
Henning Dieterichs
0b69760803
Addresses feedback from PR 2022-11-14 15:53:59 +01:00
Henning Dieterichs
d5d6647f39
Renames tsx files to tst files, configures tst files as typescript files in local .vscode settings 2022-11-01 19:07:36 +01:00
Johannes Rieken
c07b428d7d
enable experimental renderer profiling for us (#164418) 2022-10-24 10:22:04 +02:00
Connor Peet
84a929b8b7
Merge remote-tracking branch 'origin/main' into connor4312/cli-self-update 2022-10-14 14:23:41 -07:00
Connor Peet
6353f80f3d
Merge pull request #161640 from microsoft/build-integrated-cli
Update build process to include integrated CLI
2022-10-12 08:59:37 -07:00
Johannes Rieken
a6a31f761f
remove quickSuggestions team setting (#162811) 2022-10-06 09:57:00 +02:00
Connor Peet
cbc174dcad
Merge remote-tracking branch 'origin/main' into build-integrated-cli 2022-10-05 10:00:18 -07:00
Ladislau Szomoru
f5b2542ccb
Engineering - Update setting (#162558)
Update setting
2022-10-03 03:12:00 -07:00
Jamie Magee
8044546365
Add $schema to cgmanifest.json (#159779)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-09-28 02:32:51 -07:00
Alexandru Dima
809cceca75
update distro (#161957) 2022-09-27 05:29:48 -07:00
Connor Peet
07453efc00
cli: implement better self-updating
- Start separating a "standalone" CLI. This is a little awkward with clap-
  derive, but I got it working. Detection of whether the CLI _is_
  standalone is still todo.
- Remove the old ad-hoc update code for code-server, and use the update
  service instead.
- Fix some of the "permission denied" errors people got while updating
  before. We need to rename the old running binary, not just overwrite it.
2022-09-23 17:47:39 -07:00
Connor Peet
b784bcdd32
cli: use hard tabs to align with vscode style 2022-09-23 14:17:01 -07:00
Connor Peet
54ca489a5b
cli: get update endpoint from build 2022-09-22 12:55:28 -07:00
Ladislau Szomoru
0cd555dc1f
Enable git.fetchBeforeCheckout (#161092) 2022-09-16 05:58:00 -07:00
Matt Bierner
5e92794be6
Re-enable running our eslint rules using ts-node (#159495)
Resubmission of #157532 with the following changes:

- Use `eslint-plugin-local` instead of `yarn` link to run our plugins
- Move our plugins to a top level `.eslintplugin` dir (as required by `eslint-plugin-local`)
- Update all names to `local/`
2022-08-30 08:40:04 +02:00
Matt Bierner
9e5248072a
Fix ts-node for eslint (#159483)
Bumps the cachesalt to make sure ts-node is installed
2022-08-29 20:51:12 +02:00
Matt Bierner
5b21c7f28b
Run our custom eslint rules using ts-node (#157532)
* Run our custom eslint rules using ts-node

Use `ts-node` to run our custom eslint rules.  This lets us delete the pre-compiled js. It also means you can don't have to compile the rules while editing them

As part of this change, I've also switched us to using an eslint plugin instead of a rulesDir. This is now the preferred way to ship custom rules

* Fix two more disables

* Move ts-node to project root

* Enable transpileOnly
2022-08-29 09:39:09 -07:00
Johannes
7c78e2ea8e
enable merge editor for the team 2022-06-27 12:55:05 +02:00
Ladislau Szomoru
3b4fb8e3b1
Add branch protection settings (#149437) 2022-05-13 05:15:14 -07:00
Ladislau Szomoru
3549cf9f3a
Enable random branch creation (#149241) 2022-05-11 09:43:34 +00:00