Paul
Paul
`Sending build context to Docker daemon 2.048kB Step 1/3 : FROM ubuntu:18.04 Get https://registry-1.docker.io/v2/library/ubuntu/manifests/18.04: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fubuntu%3Apull&service=registry.docker.io: unexpected EOF Unable to find image 'make:latest' locally docker: Error response from daemon: Get...
- [x] **I have searched for similar issues in this repository, but couldn't find one.** - [x] **I have read the README and have a basic understanding how angular works.**...
**By submitting this pull request, I confirm the following (please check boxes, eg [X]) _Failure to fill the template will close your PR_:** ***Please submit all pull requests against the...
>I've never worked on a VSCode extension myself, but from UX point of view, it does feel like an oddity that it always forces a terminal to be opened. It...
**Is your feature request related to a problem? Please describe.** I sometimes want to unload a group of chunks relieve the server if for example a farm isn't needed anymore...
**Describe the bug** If the server restarts the chunks saved in the plugin don't get loaded until a first player joins the server. **To Reproduce** Steps to reproduce the behavior:...
### Feature Request You can find the official variables here: https://code.visualstudio.com/docs/editor/variables-reference Currently the only what to make system independent configuration for `c_cpp_properties.json` is to use stuff like `${env:HOME}/compiler/arm-none-eabi-gcc`. As you...
### Describe the feature or problem you’d like to solve Also build a pkg installer for macOS like for example Python and Go have so developers on macOS don't have...
### Describe the bug The generated appinstaller file has placeholders like in the following code snippet: ```xml ``` It gets copied to output directory but the fields don't get populated....
@JamesH65 I recreated the multi-line f-string because there have been some changes in the master branch that would make merging from the update branch into the master branch a mess....