Richard Lora
Richard Lora
The following notification pops up when the bash script isn't opened or focused: `No code found or selected.` How do I resolve this? The following is my current `settings.json` file...
## My thoughts on how to implement this. I was thinking about maybe editing the code a bit and at the begginning before the extension runs the following command: ```...
The stages that "Dean Whitehouse" listed is exactly what I want to do and I could probably just make a script and then an extension in the future. https://raspberrypi.stackexchange.com/questions/14538/git-automatically-pull-commit-and-push
@lostintangent My apologies for the terrible idea I had in mind. I think it would be better to just edit your extensions code and somehow add support for the location...
@karthikc08 During installation run the following: ```bash npm i --legacy-peer-deps ``` Info: ``` --legacy-peer-deps: ignore all peerDependencies when installing, in the style of npm version 4 through version 6. --strict-peer-deps:...
> > @karthikc08 During installation run the following: > > ```shell > > npm i --legacy-peer-deps > > ``` > > > > > > > > > > >...
What is your node version? You can check with `node -v` in your command line. I recommend upgrading `node`, `npm`, & `yarn` to the latest version. I have found other...
The only thing I can think of at the moment is modifying the `package.json`, and do what the logs say or take a look at the links I sent in...
> **Describe the bug** I just installed the package in a next.js project and I get this error: > > ``` > error - ../../node_modules/katex/dist/katex.css > Global CSS cannot be...
> > > **Describe the bug** I just installed the package in a next.js project and I get this error: > > > ``` > > > error - ../../node_modules/katex/dist/katex.css...