Sanjeev Shrestha
Sanjeev Shrestha
Here is how my layout looks like ``` |- container |- sidebar |- content area ``` I don't have any content on my content area except one title but I...
``` "colorize.languages": [ "css", "scss", "javascriptreact", "typescriptreact" ], ``` Remove the react and it works ``` "colorize.languages": [ "css", "scss", "javascript", "typescript" ], ```
@LittleHamster I had the same issue and couldn't get phpcs to work. I will give you clear instruction here. First, open the project on vscode and open inbuilt terminal. Install...