-
| | |
|------------------|-----------------|
|Previous ID | SR-11252 |
|Radar | None |
|Original Reporter | aemino (JIRA…
-
Why is there 3 different ways to disable diagnostics?
# The Problem
Currently, there is:
- `Lua.diagnostics.disable`
- An array of strings where you specify each diagnostic to disable
-…
-
https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_extended.functional_x86-64_mac_Nightly_testList_0/14/ - osx1011-x86-2
testDDRExt_General_0
https://openj9-artifactory.osuosl.org/artifactory/…
-
This patcher worked last week or so but now I'm getting the following error. I've tried Profile, Latest, Match, and Last Successful settings and deleted the module and re-added it to Synthesis, but st…
-
### Description
If I try to compile Swift package: https://github.com/SwiftyLab/MetaCodable with Swift 5.9 toolchain package is built without errors. When trying to compile with Swift 5.10 following …
-
### Environment
- OS and Version:
tested with Windows and SSH(Windows + Linux)
- Windows 11 22000.1098
- (ssh) Windows 11 22000.1098 + Pop!_OS 22.04 LTS
- VS Code Version:1.72.2
-…
-
```java
class C {
public static void f() {}
public C() {
f();
f();
}
}
```
Requesting outgoing calls on the constructor returns 2 items, each containing 2 call sites.
Prepare…
-
First of all, I want to thank you for making this plugin. I've been using it for quite some time now and it works like a charm so far.
Anyway, I found this issue https://github.com/Civitasv/cmake-t…
-
**Describe the bug**
Whenever I close and start VSCode, apparently a new instance of LTeX is started as can be seen in the system monitor. There is a `java` process running with the command
```
/h…
-
Bug type: Language Service
In a project I am working on (Varnish Cache), there is commonly used preprocessor pattern where indentifier values are put into a seperate header value and included into …