coldfeudal

Results 9 issues of coldfeudal

Where can I compile output cpp code? GCC is throwing errors all over the board Source: test.ts: https://gist.github.com/coldfeudal/1d2927a8c837c79cf704b6e3f1cd99f6 Output: core.h: https://gist.github.com/coldfeudal/1fe6a7428e4f185d476cbf4c01303917 test.h: https://gist.github.com/coldfeudal/dfbf5839cae1b1baaf04580f63c08f53 test.cpp: https://gist.github.com/coldfeudal/86f34051c997d8e0ec66e995429f816c Errors: https://gist.github.com/coldfeudal/1b00769659beedcb72b3fa1b315c1401

Tried the action myself and it threw error on the first try. Configured the action according to multiple guides and got the error. Password is set correctly in same repo...

Basically, extension won't grab any variables predefined by vscode like `${folderPath}`, it will just create a folder like `/${folderPath}/...`

Is there a way to recompile all the files changes after saving one particular one? E.g. if I import `header.pug` and then change it, `index.pug` will not recompile, so I...

Pretty self-explanatory, emitty works with @import while using .sass files, but does not parse and rebuild files having @use This works: `index.sass`: ```sass @import "vars" .text color: $red ``` It...

## Summary of the Pull Request When using VSCode Workspaces plugins, I always stumble upon double the amount of results of tips when searching. Made a fix to prevent this...

Run-Plugin

Is there a certain chance to get a skull from a skulltaker axe? I found close to nothing reading wiki or thaumonomicon. Also no result searching code

### Describe your problem: When i am scanning something, i need to manually adjust the language setting according to what i am scanning. Not that convenient to select it every...

enhancement
triage

Is there any way to enforce tag `< />` linebreak style? E.g. transform this ```html ``` into this ```html ``` Ideally only for tags with multiple lines/arguments