Skip to content

Commit 4b8bd81

Browse files
committed
arduino-pico support
1 parent 9544a5f commit 4b8bd81

File tree

3 files changed

+31
-62
lines changed

3 files changed

+31
-62
lines changed

.vscode/launch.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
],
4545
"stopOnEntry": false,
4646
"sourceMaps": true,
47-
"outFiles": [
48-
"${workspaceRoot}/out/src/**/*.js"
49-
],
47+
// "outFiles": [
48+
// "${workspaceRoot}/out/src/**/*.js"
49+
// ],
5050
"preLaunchTask": "build_without_view"
5151
}
5252
]

package-lock.json

+26-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@
377377
"@microsoft/vscode-serial-monitor-api": "^0.1.5",
378378
"@vscode/extension-telemetry": "~0.6.2",
379379
"body-parser": "^1.16.1",
380-
"cocopa": "0.0.13",
381380
"eventemitter2": "^4.1.0",
382381
"express": "^4.14.1",
383382
"extract-zip": "^2.0.1",
@@ -389,7 +388,8 @@
389388
"usb-detection": "^4.13.0",
390389
"uuid": "^3.0.1",
391390
"winreg": "^1.2.3",
392-
"winston": "^2.4.5"
391+
"winston": "^2.4.5",
392+
"cocopa": "https://github.com/tylerjwatson/cocopa/releases/download/v0.0.15/cocopa-0.0.15.tgz"
393393
},
394394
"overrides": {
395395
"async": "~3.2.3",

0 commit comments

Comments
 (0)