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

Appearance settings

Commit 23582d8

Browse filesBrowse files
chore: use actual app name as uriScheme
1 parent 5d56f38 commit 23582d8
Copy full SHA for 23582d8

File tree

2 files changed

+6
-2
lines changed
Filter options

2 files changed

+6
-2
lines changed

‎arduino-ide-extension/src/electron-main/theia/electron-main-application.ts

Copy file name to clipboardExpand all lines: arduino-ide-extension/src/electron-main/theia/electron-main-application.ts
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,10 @@ const fallbackFrontendAppConfig: FrontendApplicationConfig = {
890890
defaultIconTheme: 'none',
891891
validatePreferencesSchema: false,
892892
defaultLocale: '',
893-
electron: { showWindowEarly: true, uriScheme: 'custom://arduino-ide' },
893+
electron: {
894+
showWindowEarly: true,
895+
uriScheme: 'arduino-ide',
896+
},
894897
reloadOnReconnect: true,
895898
};
896899

‎electron-app/package.json

Copy file name to clipboardExpand all lines: electron-app/package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"defaultIconTheme": "none",
6868
"validatePreferencesSchema": false,
6969
"electron": {
70-
"showWindowEarly": true
70+
"showWindowEarly": true,
71+
"uriScheme": "arduino-ide"
7172
},
7273
"reloadOnReconnect": true,
7374
"preferences": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.