Commit Graph

18 Commits

Author SHA1 Message Date
Olivier Benz fc6064dcd3
Update Code to 1.94.2 (#7026)
* Update Code to 1.94.2

* Convert from yarn to npm

This is to match VS Code.  We were already partially using npm for the
releases so this is some nice alignment.

* Update caniuse-lite

This was complaining on every unit test.

* Update eslint

I was having a bunch of dependency conflicts and eslint seemed to be the
culprit so I just removed it and set it up again, since it seems things
have changed quite a bit.

* Update test dependencies

I was getting oom when running the unit tests...updating seems to work.

* Remove package.json `scripts` property in release

The new pre-install script was being included, which is dev-only.

This was always the intent; did not realize jq's merge was recursive.

* Remove jest and devDependencies in release as well

* Update test extension dependencies

This appears to be conflicting with the root dependencies.

* Fix playwright exec

npm does not let you run binaries like yarn does, as far as I know.

* Fix import of server-main.js

* Fix several tests by waiting for selectors
2024-10-17 20:32:21 -08:00
Feng Yu dedd770a78
docs: rename master to main in all github doc links (#5190)
* docs: correct link master -> main

* fix missing ]
2022-05-11 14:39:57 -07:00
Asher 21c74802e8
chore: move Code to a submodule (#4990)
* Move Code to a submodule

Closes #4901.

* Base Code cache on hash and re-enable node_modules cache

The current setup appears to only rebuild VS Code if the dependencies
change but we need to rebuild it if anything changes.

I also re-enabled the commented out node_modules caches.  They look like
they should work to me with the submodule method.  I think the problem
occurred because Code itself was being installed in the yarn step.
2022-03-14 21:37:29 -05:00
LG 10f57bac65
docs: Update some more links (#4806)
* Update links in package.json

I will try checking the docs too

* docs: Update links in triage.md

* docs: Update links in npm.md

* docs: Update links in whatever files that have `cdr`

* Replace globally, thanks @bpmct!

* fix: coderer instead of coder
I should've used all three toggles in the Search/Replace tab in the GItHub.dev editor.

* Code Formatting
2022-02-01 09:45:19 -07:00
Teffen Ellis f885b29675 Add vscode via vendor package.
- Use yarn for vscode vendoring.
- Grab hash from package.
2021-09-15 14:54:33 -04:00
Akash Satheesan 58622ccc34
chore: update node to v14 (#3481) 2021-06-01 22:49:03 +05:30
Joe Previte 4756257207
refactor: rename doc to docs 2021-02-03 09:46:35 -07:00
Joe Previte 5b4fb69d54
docs: fix codetour and docs 2020-12-16 14:56:14 -07:00
Joe Previte b176e3e20e
refactor: update workflow in codetour 2020-12-16 11:49:52 -07:00
Asher 704f34ed5f
Add VS Code reqs link to development tour 2020-12-10 11:02:00 -06:00
Asher bc1fe207d1
Link CONTRIBUTING.md from the tour
For now it has to be a full link but in the future it would be nice to
open it relatively in the editor.
2020-12-10 11:01:59 -06:00
Asher fa7d3fd4c2
Change tour directories from `file` to `directory`
`file` doesn't seem to work without a specific git reference, but adding
a reference makes the explorer not follow the tour. Unfortunately
`directory` doesn't show the directory contents so I added the directory
name and "see the explorer" to the comment.
2020-12-10 11:01:33 -06:00
Ben 8d1c8041e9 change to directory 2020-12-09 22:02:07 -08:00
Ben 63029bec91 add development tour with commands 2020-12-09 13:16:27 -08:00
Ben db8b41b058 make tour work on all branches 2020-12-09 09:22:19 -08:00
Ben 5610431310 add link to docs 2020-12-09 09:20:34 -08:00
Asher c0c39af509
Add tour points 2020-12-08 16:57:48 -06:00
Ben ba3f0bb512 add initial codetour 2020-12-07 06:38:17 -08:00