-
I am not sure if I am doing something wrong, however I am setting defaults in my workspace.json, however when I run the version even if there are no changes, it runs, ignores workspace config, and run…
-
Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.9.0-dev.20220919
**Steps to reproduce crash**
1.
2.
3.
**Global TS Server Plugins…
-
Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.8.4
**Steps to reproduce crash**
1.
2.
3.
**Global TS Server Plugins**
- `typesc…
-
##### **Overview of the issue**
Compodoc is killed without commet and issue description when running:
npx compodoc -p ./tsconfig.base.json -e json -d .
##### **Operating System, Node.js, np…
ghost updated
2 years ago
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.66.2
- OS Version: macOS 10.14.3
Steps to Reproduce:
1. setup file nesting
2. delete a ne…
ntnyq updated
2 years ago
-
## Current Behavior
When we click on an action in the NX-Console a delay of constant/exact 25seconds is present since approximately 1 or 2 weeks before the action visually gets started.
It's…
-
**Describe the bug**
When using Angular 13.1, the latest storybook, and no "storybook:build" builder, I get the following error:
> Error: /{redacted}/sb-ng-performance/src/stories/Button.stories.ts …
-
I run a E2E matrix on Github Actions. The workflow: https://github.com/Phillip9587/nx-stylelint/blob/main/.github/workflows/ci.yml
Example Run with the problem: https://github.com/Phillip9587/nx-st…
-
Running `nx run app:stylelint` throws the following error:
`'config' is not found in schema`
ghost updated
2 years ago
-
### What steps are needed to reproduce the bug?
run stylelint on a sass file that interpolates sass variable like so
```css
background-color: var(#{appearance.$appearance-color-fill});
```
##…