Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b78bdaf

Browse files
authored
Merge pull request #1496 from cdr/report-issue-url
Send report issues to code-server repo
2 parents ca99824 + aefef5b commit b78bdaf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎ci/vscode.patch‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,19 @@ index 29d3cb6677..d3788cb1ab 100644
170170
"applicationinsights": "1.0.8",
171171
"chokidar": "3.2.3",
172172
"graceful-fs": "4.2.3",
173+
diff --git a/product.json b/product.json
174+
index 759d765533..e1c33a008a 100644
175+
--- a/product.json
176+
+++ b/product.json
177+
@@ -18,7 +18,7 @@
178+
"darwinBundleIdentifier": "com.visualstudio.code.oss",
179+
"linuxIconName": "com.visualstudio.code.oss",
180+
"licenseFileName": "LICENSE.txt",
181+
- "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
182+
+ "reportIssueUrl": "https://github.com/cdr/code-server/issues/new",
183+
"urlProtocol": "code-oss",
184+
"extensionAllowedProposedApi": [
185+
"ms-vscode.references-view"
173186
diff --git a/src/vs/base/common/network.ts b/src/vs/base/common/network.ts
174187
index a68e020f9f..c31e7befa3 100644
175188
--- a/src/vs/base/common/network.ts

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /