-
- [x] Currently there's a lot of noisy output from the linters - configure them so that only the appropriate warnings are displayed and the rest are ignored
- [ ] Consider adding auto formatters, lik…
-
When I open a c file in the editor, none of the shortcuts or code editing works. When I click "Source" on the menu bar, everything in grayed out. I tried resetting my perspective to C/C++, but that st…
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already …
-
Just installed and test [fmt](https://github.com/fmtlib/fmt) library (development version) with the following instructions:
```bash
cmake -S fmt -B fmtb -DBUILD_SHARED_LIBS=TRUE -DCMAKE_POSITION_IND…
-
I have an array defined like this
```toml
[build-system]
requires = [
"poetry-core>=1.0.0",
"setuptools",
"setuptools_scm[toml]"
]
build-backend = "poetry.core.masonry.api"
```
…
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.200.5446-232-nightly
* **Rust toolchain version:** 1.73.0-nightly (399b06823 2023-07-20) x86_64-unknown-linux-gnu
* **IDE name and version:*…
-
This code should not assert.
```
#include
#include
namespace sml = boost::sml;
/*
* dependencies
*/
struct train_engine
{
int power = 0;
};
enum direction_choice { undeci…
-
Type: Bug
perfomanse issues
VS Code version: Code 1.95.0 (Universal) (912bb683695358a54ae0c670461738984cbb5b95, 2024-10-28T20:16:24.561Z)
OS version: Darwin x64 20.6.0
Modes:
System Info
|Item|…
-
## Add protobuf formatter
support protobuf auto format when user save file.
## Add protobuf linter
[Support google protobuf style](https://developers.google.com/protocol-buffers/docs/style)
-
In #2144 we decided to stop adding vertical alignment in our code. With that we should remove all of the current vertical alignment in the code. But, we want to use a tool to do it for us.
@adrifos…