Skip to content

Commit c6d0f77

Browse files
authored
Update to use new WPILib Logo (#683)
1 parent 5f2a841 commit c6d0f77

22 files changed

+310
-115
lines changed

vscode-wpilib/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "0.1.0",
77
"publisher": "wpilibsuite",
88
"license": "BSD-3-Clause",
9-
"icon": "wpilib-128.png",
9+
"icon": "wpilib-icon-128.png",
1010
"engines": {
1111
"vscode": "^1.57.0"
1212
},
@@ -102,7 +102,7 @@
102102
"wpilib.additionalGradleArguments": {
103103
"type": "string",
104104
"default": "",
105-
"description": "For debugging only, passes extra arguments to gradle invokations",
105+
"description": "For debugging only, passes extra arguments to gradle invocations",
106106
"scope": "resource"
107107
},
108108
"wpilib.autoSaveOnDeploy": {
@@ -184,7 +184,7 @@
184184
"command": "wpilibcore.startTool",
185185
"title": "%wpilibcore.startTool.title%",
186186
"category": "WPILib",
187-
"icon": "resources/wpilib.svg",
187+
"icon": "resources/wpilib-icon.svg",
188188
"enablement": "isWorkspaceTrusted"
189189
},
190190
{
@@ -203,7 +203,7 @@
203203
"command": "wpilibcore.deployCode",
204204
"title": "%wpilibcore.deployCode.title%",
205205
"category": "WPILib",
206-
"icon": "resources/wpilib.svg",
206+
"icon": "resources/wpilib-icon.svg",
207207
"enablement": "isWorkspaceTrusted"
208208
},
209209
{
@@ -282,27 +282,27 @@
282282
"command": "wpilibcore.createCommand",
283283
"title": "%wpilibcore.createCommand.title%",
284284
"category": "WPILib",
285-
"icon": "resources/wpilib.svg",
285+
"icon": "resources/wpilib-icon.svg",
286286
"enablement": "isWorkspaceTrusted"
287287
},
288288
{
289289
"command": "wpilibcore.cancelTasks",
290290
"title": "%wpilibcore.cancelTasks.title%",
291291
"category": "WPILib",
292-
"icon": "resources/wpilib.svg",
292+
"icon": "resources/wpilib-icon.svg",
293293
"enablement": "isWorkspaceTrusted"
294294
},
295295
{
296296
"command": "wpilibcore.help",
297297
"title": "%wpilibcore.help.title%",
298298
"category": "WPILib",
299-
"icon": "resources/wpilib.svg"
299+
"icon": "resources/wpilib-icon.svg"
300300
},
301301
{
302302
"command": "wpilibcore.openCommandPalette",
303303
"title": "%wpilibcore.openCommandPalette.title%",
304304
"category": "WPILib",
305-
"icon": "resources/wpilib.svg"
305+
"icon": "resources/wpilib-icon.svg"
306306
},
307307
{
308308
"command": "wpilibcore.refreshCppProperties",

vscode-wpilib/resources/webviews/alphaerror.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body>
99

10-
<img src="replaceresource/resources/wpilib.svg" width="100" />
10+
<img src="replaceresource/resources/wpilib-generic.svg" height="75" />
1111

1212
<h1>
1313
You still have the WPILib Alpha installed.

vscode-wpilib/resources/webviews/gradle2020import.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616

1717
<body>
18-
<img src="replaceresource/resources/wpilib.svg" width="100" />
18+
<img src="replaceresource/resources/wpilib-generic.svg" height="75" />
1919

2020
<h1>Welcome to WPILib 2020-2023 Project Importer</h1>
2121

vscode-wpilib/resources/webviews/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<h1>WPILib Help</h1>
1111

12-
<img src="replaceresource/resources/wpilib.svg" width="100" />
12+
<img src="replaceresource/resources/wpilib-generic.svg" height="75" />
1313

1414
<p>Welcome to WPILib Help!</p>
1515

vscode-wpilib/resources/webviews/projectcreator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616

1717
<body>
18-
<img src="replaceresource/resources/wpilib.svg" width="100" />
18+
<img src="replaceresource/resources/wpilib-generic.svg" height="75" />
1919

2020
<h1 data-i18n-trans>Welcome to WPILib New Project Creator</h1>
2121

-7.67 KB
Binary file not shown.
Lines changed: 101 additions & 0 deletions
Loading
5.54 KB
Loading
Lines changed: 88 additions & 0 deletions
Loading

vscode-wpilib/resources/wpilib.svg

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)