From 20db72fec7241a2d6216fbad7ea6c7d3e91b06e4 Mon Sep 17 00:00:00 2001 From: Christian Weichel Date: Thu, 9 May 2019 11:40:24 +0200 Subject: [PATCH] Update known-issues.txt --- known-issues.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/known-issues.txt b/known-issues.txt index a198eef8..db5f829b 100644 --- a/known-issues.txt +++ b/known-issues.txt @@ -1,4 +1,5 @@ Known issues: - arduino-cli does not get stopped reliably upon app shutdown - startup time is not as fast we'd like to have it - - in Electron on OSX, the application menu is incomplete on app startup (see https://github.com/theia-ide/theia/issues/5100) \ No newline at end of file + - in Electron on OSX, the application menu is incomplete on app startup (see https://github.com/theia-ide/theia/issues/5100) + - on Linux "New Sketch" does not work. It uses the current sketch URI instead of the workspace root.