-
Fala pessoal!
Estava fazendo alguns testes na listagem de 1999 e encontrei algumas inconsistências com meu banco atual. Algumas proposições do tipo EMC e MSC não estão aparecendo no endpoint de lis…
-
Type: Bug
I don't know a sure way to reproduce the bug. What happens is that I need to 'reload' my vscode daily, usually multiple times.
Usually it happens after pushing my changes to source contro…
-
Type: Bug
keeps downloading and restarting but wont update
VS Code version: Code 1.85.1 (Universal) (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:48:06.308Z)
OS version: Darwin arm64 23…
-
There doesn't seem to be a way to generate a getter function as a member of an object.
For example -
```ruby
obj = { getter: -> () { return true } }
```
This generates
```js
obj = { ge…
-
Type: Bug
function f(){
const s=5;
s=2;
console.log(s);
}
The problem in this code is "It is not showing the syntax error in this block of code".
VS Code version: Code 1.94.…
-
At the moment I'm writing unit tests for my adapter code.
I'm using [mockery](https://github.com/mfncooper/mockery) to inject a mock `swarmcore` module. I've created a `MockAdapter` class and I'm sub…
jwulf updated
9 years ago
-
I used the JMX plugin to capture data from a WSO2 platform nodes, reading the attributes exposed by their JMX Beans.
But not all data can be captured reading attributes, many data can be read only inv…
-
Hi,
I have a project using 2.0.56 and i am running few tests with tag @AdminPortal. The tests are being executed but report shows the tests are manual.
I noticed below log messages:
14831 [ma…
-
Type: Bug
When I use the git log --stat command in VSCode's Terminal panel, after about ten seconds, VSCode crashes. Before that, it popped up a message: The window terminated unexpectedly (reason: …
-
Type: Bug
1. Open Visual Studio Code
2. Goto File -> Open Recent -> Clear Recently Opened
3. Check recents in Windows Explorer
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427…