Skip to content

Commit 35ff502

Browse files
v1.0.5 (#5)
* build via devcontainer * exclude `.devcontainer` * Create build.yml * Update build.yml * store vsix file in repo * Github Action: Updated dist files * pioarduino-node-helpers * Github Action: Updated dist files * package `pioarduino` * Github Action: Updated dist files * chnages in readme * Github Action: Updated dist files * change to `pioarduino` * Github Action: Updated dist files * revert some name changes * Github Action: Updated dist files * try pioarduino-node-helpers * Update main.js * Update manager.js * Update config.js * Update tests.js * Update home.js * Update utils.js * Update manager.js * Github Action: Updated dist files * pioarduino-ide v1.0.2 * Github Action: Updated dist files * some renaming * Github Action: Updated dist files * Icons (#1) * Update Vscode extension * Added mini icons, bumped main version to 1.0.4 and dependency to 11.3.3 --------- Co-authored-by: mathieucarbou <[email protected]> * Github Action: Updated dist files * Open issues in pioarduino repo * Github Action: Updated dist files * Delete pioarduino-ide-1.0.4.vsix * Try recommend extension (#2) * recommend extension * Update to 1.0.5 * Github Action: Updated dist files * add keywords * Github Action: Updated dist files * Delete pioarduino-ide-1.0.5.vsix * Github Action: Updated dist files --------- Co-authored-by: Jason2866 <[email protected]> Co-authored-by: mathieucarbou <[email protected]> Co-authored-by: Jason2866 <[email protected]> * Github Action: Updated dist files * Github Action: Updated dist files --------- Co-authored-by: Jason2866 <[email protected]> Co-authored-by: Mathieu Carbou <[email protected]> Co-authored-by: mathieucarbou <[email protected]>
1 parent 837f1d3 commit 35ff502

File tree

8 files changed

+149
-21
lines changed

8 files changed

+149
-21
lines changed
Lines changed: 73 additions & 0 deletions
Loading

assets/icons/platformio-activity-icon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 73 additions & 0 deletions
Loading

assets/images/platformio-mini-logo.svg

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

pioarduino-ide-1.0.5.vsix

2.58 MB
Binary file not shown.

src/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default class PIOHome {
8585
extension.context.extensionPath,
8686
'assets',
8787
'images',
88-
'platformio-mini-logo.svg',
88+
'pioarduino-mini-logo.svg',
8989
),
9090
);
9191
panel.webview.html = this.getLoadingContent();

src/installer/manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class InstallationManager {
2222
constructor(disableAutoUpdates = false) {
2323
const config = vscode.workspace.getConfiguration('platformio-ide');
2424
this.stages = [
25-
new pioNodeHelpers.installer.PlatformIOCoreStage(
25+
new pioNodeHelpers.installer.pioarduinoCoreStage(
2626
{
2727
getValue: (key) => extension.context.globalState.get(key),
2828
setValue: (key, value) => extension.context.globalState.update(key, value),

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function notifyError(title, err) {
2323
Leave a comment...
2424
2525
BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN
26-
- https://github.com/platformio/platformio-vscode-ide/issues?q=is%3Aissue+
26+
- https://github.com/pioarduino/pioarduino-vscode-ide/issues?q=is%3Aissue+
2727
2828
# Configuration
2929

0 commit comments

Comments
 (0)