platformio / builder-framework-mbed

ARM mbed build script for PlatformIO Build System
http://platformio.org/frameworks/mbed
Apache License 2.0
4 stars 17 forks source link

Intellisense broken #30

Closed maxgerhardt closed 2 years ago

maxgerhardt commented 2 years ago

Using

[env:pico]
platform = https://github.com/platformio/platform-raspberrypi.git
board = pico
framework = arduino

(this means ArduinoCore-mbed is used and the builder script in this repo), on Linux and Mac machines with the latest VSCode

Version: 1.68.0
Commit: 4af164ea3a06f701fe3e89a2bcbb421d2026b68f
Date: 2022-06-08T11:49:57.055Z
Electron: 17.4.7
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Linux x64 5.4.0-58-generic

the Intellisense is broken, while building works.

grafik

^-- Specifically tested on Ubuntu 20.04.4 LTS.

As reported in the forum.

Note that IntelliSense works fine on Windows with the same VSCode version. I am not sure why. There seems to be a fundamental problem here in the Intellisense behavior.

maxgerhardt commented 2 years ago

Wrong repository..