Commit Graph
136 Commits
Author SHA1 Message Date
Daniel Imms e5cdd7d0fd Make Cargo.lock a readonly file in vscode 2023-07-17 06:28:37 -07:00
Alex RossandGitHub b7b88e4dbb Opt the team into the new create PR view (#187434) 2023-07-10 12:19:33 +02:00
Henning DieterichsandGitHub d7eb1e4fb9 Enable new diff editor for the vscode workspace (#185221) 2023-06-15 15:11:44 +02:00
Benjamin PaseroandGitHub 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 LyuandGitHub 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 DieterichsandGitHub 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 DieterichsandGitHub 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 DieterichsandGitHub d8dd1e1959 Enable async tokenization for the vscode workspace to selfhost (#176410) 2023-03-07 18:07:55 +01:00
Matt BiernerandGitHub fd171453f7 Ignore compiled files under dist while searching (#175399) 2023-02-24 16:28:24 -08:00
Alexandru DimaandGitHub d912e6c925 Exclude fixture file from search (#175384) 2023-02-24 22:12:47 +01:00
Connor PeetandGitHub 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 PeetandGitHub 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 RiekenandGitHub 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 PeetandGitHub 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 RiekenandGitHub 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 SzomoruandGitHub f5b2542ccb Engineering - Update setting (#162558)
Update setting
2022-10-03 03:12:00 -07:00
8044546365 Add $schema to cgmanifest.json (#159779)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-09-28 02:32:51 -07:00
Alexandru DimaandGitHub 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 SzomoruandGitHub 0cd555dc1f Enable git.fetchBeforeCheckout (#161092) 2022-09-16 05:58:00 -07:00
Matt BiernerandGitHub 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 BiernerandGitHub 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 BiernerandGitHub 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 SzomoruandGitHub 3b4fb8e3b1 Add branch protection settings (#149437) 2022-05-13 05:15:14 -07:00
Ladislau SzomoruandGitHub 3549cf9f3a Enable random branch creation (#149241) 2022-05-11 09:43:34 +00:00
Alex RossandGitHub 9fe391d5eb Add squash as default merge method (#149237) 2022-05-11 11:04:32 +02:00
Alex RossandGitHub 934e378165 Add setting to assign PRs to self (#149139) 2022-05-10 08:02:20 +00:00
Jackson Kearl 872a78f6e9 Close #148090 2022-04-25 16:55:35 -07:00
Johannes 89d7548ecc enable inline quick suggestions to force team feedback 2022-04-05 14:33:32 +02:00
Jackson Kearl cc92ff83be Revert "Promote file nesting out of experimental"
Will continue with experimental rollout in order to investigate potential alternative configuration formats

This reverts commit 4ae1f28671.
2022-03-22 11:44:51 -07:00
Jackson Kearl f6533ad8b1 Dogfood file nesting in vscode 2022-03-22 11:44:51 -07:00
Jackson Kearl 4ae1f28671 Promote file nesting out of experimental 2022-03-18 17:26:50 -07:00
Johannes Rieken 366e55dfbd remove inlay hints config again, fixes https://github.com/microsoft/vscode/issues/140225 2022-01-26 18:29:45 +01:00
Benjamin Pasero 15037b6d81 fix paths 2022-01-21 17:19:03 +01:00
Jackson Kearl 6612ae0f8b First pass at file nesting
ref #6328
2022-01-16 19:44:15 -08:00
rebornix 347f954c29 enable find in md/output. 2022-01-12 12:21:34 -08:00
rebornix 6b51d55ff1 enable hybrid search in code 2022-01-09 13:11:19 -08:00
Johannes Rieken 84ef964f73 enable typescript inlay hints for all for feedback 2022-01-03 10:19:24 +01:00
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