Commit graph

91893 commits

Author SHA1 Message Date
Connor Peet 904c63debd
smoketests: use new extractSync option 2022-01-20 11:04:36 -08:00
Alex Dima c1440eb441
Revert "no remote indicator for code server web" to fix web smoke tests which depend on the presence of a status.host dom element
This reverts commit b79e44be92.
2022-01-20 20:01:53 +01:00
Logan Ramos fc7fb5d480
Enable proposed api in vscode api tests 2022-01-20 13:56:57 -05:00
SteVen Batten 44b7cd3320
disable panel maximization with non-centered panel alignment 2022-01-20 10:47:46 -08:00
Logan Ramos 4475ae1240
More granular telemetry API (#141086)
* Initial implementation of proposed telemetry API

* TelemetryDetails -> TelemetryConfiguration + proposed guards
2022-01-20 13:34:03 -05:00
Megan Rogge f36b3e7025 polish names 2022-01-20 18:25:27 +00:00
Alex Dima ec8b3baf27
Temporary fix for remote integration tests 2022-01-20 18:43:33 +01:00
Martin Aeschlimann b79e44be92
no remote indicator for code server web 2022-01-20 18:10:33 +01:00
Martin Aeschlimann 7935cd295c
missing rename code-server-web -> code-server 2022-01-20 18:10:33 +01:00
Martin Aeschlimann dd0f0bda08
code-server dev script: fix open with connection token 2022-01-20 18:10:31 +01:00
Martin Aeschlimann d21a2baf86
update @vscode/test-web 2022-01-20 18:10:30 +01:00
SteVen Batten a2cd10dad5
toggle the panels if view is already focused
fixes #140760
2022-01-20 08:43:36 -08:00
Alexandru Dima ed6f07e84a
Merge pull request #141082 from microsoft/alex/server-node
Move server code to `vs/server/node`
2022-01-20 17:41:52 +01:00
Alex Dima 3e38e5c882
Fix path to server-main.js 2022-01-20 17:31:53 +01:00
Alex Dima 3269deea2b
Move server code to vs/server/node 2022-01-20 17:18:10 +01:00
Alex Dima 41688566cb
Add tests for parseConnectionToken 2022-01-20 17:05:35 +01:00
Andre Weinand a60bfdf2aa
make sure random port is free; fixes #141071 2022-01-20 16:23:38 +01:00
Logan Ramos 513174510d
Bump distro 2022-01-20 10:19:29 -05:00
Alex Dima 5843351650
Extract parseConnectionToken to a separate file 2022-01-20 16:04:53 +01:00
Alex Dima 06c13b6e29
Avoid layer breaker import (#140856) 2022-01-20 15:56:09 +01:00
Benjamin Pasero 295984b33b
tests - adopt new URL syntax when web is connected to a remote 2022-01-20 15:55:18 +01:00
Alex Dima 5e790734cb
Remove leftover console.log statements (@lramos15) 2022-01-20 15:49:25 +01:00
Benjamin Pasero 21fae2cd46
api - clarify how deletions are tracked on watched paths 2022-01-20 15:46:55 +01:00
Benjamin Pasero 6cc51fd5f8
Please do not mess with my clipboard (fix #140397) 2022-01-20 15:35:23 +01:00
Alex Dima 432098a88d
Fixes #140986 2022-01-20 15:07:34 +01:00
Benjamin Pasero fa50a5f9dd
web - shorter URIs when connected to remote 2022-01-20 15:01:31 +01:00
Alex Dima 07f88d4935
Fixes #141007: Remove dep to platform/keybinding 2022-01-20 14:58:02 +01:00
Sandeep Somavarapu f99b242c7b
Fix #141010 2022-01-20 14:53:19 +01:00
Johannes Rieken a24000a9a3
For parts with location and command: give link gesture to location and append command to context menu, add more jsdoc for API, remove dead code, https://github.com/microsoft/vscode/issues/16221#issuecomment-264527520 2022-01-20 14:47:05 +01:00
Alexandru Dima 190fba915e
Merge pull request #141055 from microsoft/alex/issue-140997
Move server entry points to `src/`
2022-01-20 14:46:51 +01:00
Alex Dima 43d18c529c
Merge remote-tracking branch 'origin/main' into alex/issue-140997 2022-01-20 14:46:08 +01:00
Benjamin Pasero 13acfac178
💄 2022-01-20 14:40:01 +01:00
Benjamin Pasero 8a9b17d618
debt - fix bad import 2022-01-20 14:32:05 +01:00
Sandeep Somavarapu 8876017e2a
Fix #140262 2022-01-20 14:31:16 +01:00
Alex Dima 3c3e3cadfa
Remove no longer needed exceptions (#140993) 2022-01-20 14:20:36 +01:00
Benjamin Pasero e07713a8a9
smoke - log fatal errors 2022-01-20 14:18:06 +01:00
Benjamin Pasero e7e89e4098
🆙 playwright@1.18.0 2022-01-20 14:01:21 +01:00
Benjamin Pasero 365fea1d61
fix #141060 2022-01-20 13:59:47 +01:00
Benjamin Pasero 13461f8c61
Web: change yarn web to run with our server instead of playground (#139725)
* web - first cut `yarn web` via our server

* properly pipe output

* web - remove traces of web playground

* web - remember last opened workspace for convinience

* use vscode-test-web for server less, clean up web commands

* fix comment

* fix `yarn web`

* rename to code-server

* open system browser

* code-server script: use minimist

* test resolver: use ./scripts/code-server

* integartion tests: fix code-server command name

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-01-20 13:48:08 +01:00
Benjamin Pasero 7cde8b945f
move API tests (#140993) (#141056) 2022-01-20 13:41:35 +01:00
Alexandru Dima e5167eb8f2
Fix paths on Windows 2022-01-20 13:36:46 +01:00
Johannes Rieken 60818f319f
make window of sliding average smaller, https://github.com/microsoft/vscode/issues/140557 2022-01-20 13:11:33 +01:00
Johannes Rieken f36bc0f1d4
while typing use fixed and conversative update delay for inlay hints, https://github.com/microsoft/vscode/issues/133730 2022-01-20 12:51:09 +01:00
Johannes Rieken 3c601f1d45
add trace logging for language feature debounce rates, https://github.com/microsoft/vscode/issues/140557 2022-01-20 12:51:09 +01:00
Sandeep Somavarapu 88f07610e2
remove not used telemetry event 2022-01-20 12:12:22 +01:00
Sandeep Somavarapu 5a688cafaf
#138128 move pre-release icon to first 2022-01-20 11:52:31 +01:00
isidor f5c4e3096d
accessibility issues to Isidor 2022-01-20 11:49:48 +01:00
Ladislau Szomoru c3bd29b3d0
Replace path.relative with a helper function that factors in case sensitivity 2022-01-20 11:44:11 +01:00
Benjamin Pasero f317abfd68
layers - clean up top level workbench test folder 2022-01-20 10:47:35 +01:00
Alex Dima 45633f34a9
Add rules for server entry points 2022-01-20 10:11:08 +01:00