Skip to content

Commit c9fef0a

Browse files
authored
Merge branch 'main' into DileepY/306463
2 parents e8ec4d6 + c2f1a6e commit c9fef0a

66 files changed

Lines changed: 1927 additions & 887 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extensions/json-language-features/server/src/utils/runner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,5 @@ export function runSafe<T, E>(runtime: RuntimeEnvironment, func: () => T, errorV
6565
}
6666

6767
function cancelValue<E>() {
68-
console.log('cancelled');
6968
return new ResponseError<E>(LSPErrorCodes.RequestCancelled, 'Request cancelled');
7069
}

package-lock.json

Lines changed: 52 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,16 @@
104104
"@vscode/windows-mutex": "^0.5.0",
105105
"@vscode/windows-process-tree": "^0.6.0",
106106
"@vscode/windows-registry": "^1.2.0",
107-
"@xterm/addon-clipboard": "^0.3.0-beta.191",
108-
"@xterm/addon-image": "^0.10.0-beta.191",
109-
"@xterm/addon-ligatures": "^0.11.0-beta.191",
110-
"@xterm/addon-progress": "^0.3.0-beta.191",
111-
"@xterm/addon-search": "^0.17.0-beta.191",
112-
"@xterm/addon-serialize": "^0.15.0-beta.191",
113-
"@xterm/addon-unicode11": "^0.10.0-beta.191",
114-
"@xterm/addon-webgl": "^0.20.0-beta.190",
115-
"@xterm/headless": "^6.1.0-beta.191",
116-
"@xterm/xterm": "^6.1.0-beta.191",
107+
"@xterm/addon-clipboard": "^0.3.0-beta.196",
108+
"@xterm/addon-image": "^0.10.0-beta.196",
109+
"@xterm/addon-ligatures": "^0.11.0-beta.196",
110+
"@xterm/addon-progress": "^0.3.0-beta.196",
111+
"@xterm/addon-search": "^0.17.0-beta.196",
112+
"@xterm/addon-serialize": "^0.15.0-beta.196",
113+
"@xterm/addon-unicode11": "^0.10.0-beta.196",
114+
"@xterm/addon-webgl": "^0.20.0-beta.195",
115+
"@xterm/headless": "^6.1.0-beta.196",
116+
"@xterm/xterm": "^6.1.0-beta.196",
117117
"http-proxy-agent": "^7.0.0",
118118
"https-proxy-agent": "^7.0.2",
119119
"jschardet": "3.1.4",
@@ -124,7 +124,7 @@
124124
"native-keymap": "^3.3.5",
125125
"node-pty": "^1.2.0-beta.12",
126126
"open": "^10.1.2",
127-
"playwright-core": "1.59.0-alpha-2026-02-20",
127+
"playwright-core": "1.59.1",
128128
"ssh2": "^1.16.0",
129129
"tas-client": "0.3.1",
130130
"undici": "^7.24.0",

0 commit comments

Comments
 (0)