vindicatorr

Results 26 issues of vindicatorr

Reference: https://github.com/tintoy/msbuild-project-tools-vscode/issues/36#issuecomment-520186372 ``` Version: 1.36.0-insider Commit: c089daa858f34631f5f827ff8a0313bf1e2ded6d Date: 2019-06-07T05:15:26.964Z Electron: 4.2.3 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Linux x64 5.1.15.a-1-hardened ``` MSBuild project tools: 0.2.55 ``` 2019-08-25 12:29:24.536 -05:00...

I'm making the assumption that this extension is used to expose things like the PropertyGroup UserSecretsId (https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-2.2&tabs=linux#set-a-secret), but the closest I get is "GenerateUserSecretsAttribute". I know the limitation mentioned for...

## Issue Description ## Commit 92d998f9eb046f733ba87af3873615caa2c3527a I built vscode-oss yesterday after fetching/pulling master --depth 1, and I seem to recall the omnisharp master I built months ago that was still...

Full disclosure: I DO edit some of the files, just so the sdk isn't downloaded, and the 6.0.200 version I have installed is used, and rzls is only built for...

tech-debt
vscode

I was simplifying the StandardFirmata.ino since I was having issues with it and I think I found the cause... It would seem that there may be some pins that simply...

Type: Bug Settings.json: ``` "cmake.environment": { "PATH": "/home//riscv32-esp-elf/bin/:/usr/bin/", ... ``` Select kit: ``` [driver] Switching to kit: GCC Espressif RISCV [proc] Executing command: /home//riscv32-esp-elf/bin/riscv32-esp-elf-gcc -v ``` Configure: ``` ... [cmake]...

bug
Feature: configure

Reference: https://docs.platformio.org/en/latest/platforms/creating_platform.html Basically just doing steps 1-4, copying/pasting the source in the doc to `~/.platformio/platforms/myplatform/platform.json` and `~/.platformio/platforms/myplatform/builder/main.py`, then running `~/.platformio/penv/bin/pio platform search` (now deprecated for `pkg`, btw) which comes up...

Type: Bug This *MAY* be a CMake extension issue... Let me know if it is. (I was about to post this in `vscode-cpptools`, before deciding this may be the correct...

It almost sounds similar to https://github.com/Marus/cortex-debug/issues/105 but I don't get anywhere. I was starting with a simple blink to get the feel for it. The only main difference between working...

Rather than having settings spread out in `kerneldev` and `ctags`, consolidate them under a common name. Ref: https://github.com/microhobby/linuxkerneldev/issues/10#issuecomment-962296191

enhancement