Miro Spönemann
0f35821d14
Reuse spawnCommand
util for more robust command execution
2020-02-13 10:15:12 +01:00
Miro Spönemann
fb50244a29
[debugger] Kill the gdb server on debug adapter process exit
2020-02-13 10:15:12 +01:00
Miro Spönemann
8a78e09c6d
Improved error message when spawning commands fails with stderr output
2020-02-13 10:15:12 +01:00
Miro Spönemann
fe3cc1904c
Don't use EventEmitter method 'off' introduced in NodeJS 10 ( arduino/arduino-pro-ide#182 )
2020-02-13 10:15:12 +01:00
Miro Spönemann
828379cdc9
Don't send 'terminated' on 'disconnect' ( arduino/arduino-pro-ide#183 )
2020-02-13 10:15:12 +01:00
jbicker
576f96a502
Validate workspace/current editor and open file on debug start
...
Tests whether the current workspace is a sketchfolder and
opens the respective ino file
or whether the current editor is a ino file.
Signed-off-by: jbicker <jan.bicker@typefox.io>
2020-02-13 10:15:12 +01:00
Miro Spönemann
2ba95947de
[debug] Shut down previous session properly before starting a new one
2020-02-13 10:15:12 +01:00
Miro Spönemann
68db44fa49
[debugger] Convert URIs to paths
2020-02-13 10:15:12 +01:00
Miro Spönemann
36ac97d95d
Improved creation of default debug configurations
2020-02-13 10:15:12 +01:00
Miro Spönemann
a886a106f5
Improved variable resolution and error handling
2020-02-13 10:15:12 +01:00
Miro Spönemann
1441b685ee
Improved error reporting on launch
2020-02-13 10:15:12 +01:00
Miro Spönemann
38ab95973e
Updated code to current version
2020-02-13 10:15:12 +01:00
Miro Spönemann
2ffca88c02
Updated versions and yarn.lock
2020-02-13 10:15:12 +01:00
Akos Kitta
2b7bceada0
Updated the packager, included the debug extension
...
Note, I did not check in `/electron/packager/yarn.lock`.
It should be checked in, see the `master`.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2020-02-13 10:15:12 +01:00
Christian Weichel
5baf43bf25
Integrate with classic mode and start debugging immediately
2020-02-13 10:15:12 +01:00
Christian Weichel
68ff6acb6a
[electron] Added debugger to Electron build
2020-02-13 10:15:12 +01:00
Christian Weichel
76f126b913
Make openocd stop properly
2020-02-13 10:15:12 +01:00
Christian Weichel
ec18cf0dc1
Cleanup
2020-02-13 10:15:12 +01:00
Christian Weichel
8aa356bd6e
Automated debug config setup
2020-02-13 10:15:12 +01:00
Christian Weichel
ea5f528ef0
Actual debugging works
2020-02-13 10:15:12 +01:00
Christian Weichel
3d6d2ce814
Ran first debugging session
2020-02-13 10:15:12 +01:00
Christian Weichel
e189a8c33e
Add theia/debug to build
2020-02-13 10:15:12 +01:00
Miro Spönemann
2f9ef76cd2
Updated yarn.lock
2020-02-13 07:56:25 +00:00
Akos Kitta
ef74b04b0b
Merge pull request #98 from bcmi-labs/theme-update-vol2
...
Theme update vol2
2020-01-30 14:24:41 +01:00
Akos Kitta
4b859c2db9
Added a workaround for a memory leak.
...
eclipse-theia/theia#7008
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2020-01-30 11:31:38 +01:00
Akos Kitta
d53d474243
Disabled the window reload in the bundled app.
...
This change is a NOOP for the electron application started in dev mode.
Closes arduino/arduino-pro-ide#187
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2020-01-30 11:31:38 +01:00
Akos Kitta
403fdbfdc0
Removed a few custom colors and derived them from existing ones.
...
Fixed the color for the:
- selected items in the Explorer,
- warning `input`s,
- set custom dialog background for the Arduino theme,
- the query term matches in the command palette, and
- react-select.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2020-01-30 11:31:32 +01:00
Jan Bicker
cbe603a99f
Updated Arduino App to new theming system
...
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
2020-01-29 11:08:53 +01:00
Miro Spönemann
1d98e79d7b
[build] Updated to macOS 10.14
2020-01-27 08:50:14 +01:00
Luca Cipriani
41bf1ce6dc
Merge pull request #97 from bcmi-labs/robust_workspace_init
...
More robust workspace initialization
v0.0.4
2020-01-23 11:08:28 +00:00
Miro Spönemann
1aa944b25e
More robust workspace initialization: guard against errors creating sketch dir
2020-01-20 16:48:24 +01:00
Miro Spönemann
b220ce4c5f
Removed fs-extra dependency again, updated electron build resolution
2020-01-16 16:06:01 +01:00
Miro Spönemann
15c66442cc
Use direct dependency instead of dep resolution for fs-extra
2020-01-16 15:31:30 +01:00
pirropirro
3a56c16ab2
Merge pull request #95 from bcmi-labs/pro-ide-142
...
Align language server spawning with arduino-cli
2020-01-16 11:36:28 +01:00
Miro Spönemann
cea62e315a
Added unit test for getExecPath
2020-01-16 11:10:13 +01:00
Miro Spönemann
6618816330
Align language server spawning with arduino-cli
2020-01-16 09:39:43 +01:00
Miro Spönemann
2577451c15
Use latest version of fs-extra due to stack overflow bugs in earlier versions
2020-01-15 17:10:59 +01:00
pirropirro
a1ab42d282
Merge pull request #96 from bcmi-labs/pro-ide-21
...
Fallback rendering for Boards Manager
2020-01-14 16:27:03 +01:00
Miro Spönemann
8dbcb8bbb6
Fallback rendering in case a BoardPackage with no name or author is found ( arduino/arduino-pro-ide#21 )
2020-01-14 15:35:44 +01:00
pirropirro
1be76aa264
Merge pull request #93 from bcmi-labs/clangd_linux
...
Include clangd for Linux
2020-01-14 10:56:32 +01:00
Miro Spönemann
21cd580e41
Use zip target for Linux (see electron-userland/electron-builder#2868 )
2020-01-13 09:44:06 +01:00
Miro Spönemann
8839e318f4
Merge pull request #92 from bcmi-labs/arduino-pro-ide_17
...
Updated keybindings
2020-01-13 09:14:24 +01:00
Miro Spönemann
bef9185c6c
arduino/arduino-pro-ide#31 : Include clangd for linux with 'bin' and 'lib' folders
2020-01-10 11:02:23 +01:00
Miro Spönemann
b8bd444def
Updated keybindings ( arduino/arduino-pro-ide#17 ), restore Output view on Verify / Upload
2020-01-09 16:22:03 +01:00
Miro Spönemann
b8fdb03433
Added script to configure node_gyp ( nodejs/node-gyp#1933 )
2020-01-08 13:09:22 +01:00
pirropirro
4290497edc
Merge pull request #91 from bcmi-labs/fixed_cli_version
...
Use fixed version 0.7.1 of the cli to avoid future breakage
2020-01-07 11:02:05 +01:00
Miro Spönemann
7a89a8048f
Use fixed version 0.7.1 of the cli to avoid future breakage
2020-01-07 10:49:36 +01:00
pirropirro
84be804df0
Update CLI config parsing (v0.7.0)
2020-01-07 10:44:54 +01:00
Miro Spönemann
f07441a7fc
Updated clangd to version 9.0.0
2020-01-06 16:25:00 +01:00
Miro Spönemann
08f127711f
bcmi-labs/arduino-language-server#17 (workaround for eclipse-theia/theia#6308 )
2019-12-17 11:40:33 +01:00