Md Tausif Iqbal

Results 21 comments of Md Tausif Iqbal

Yes it exists with following contents ``` # CodeSandbox SSH Integration Include C:\Users\Md Tausif Iqbal\.ssh\csb\config # End of CodeSandbox SSH Integration ```

@CompuIves how to fix that, my username has spaces what to write in config file?

Thanks @CompuIves after updating to 0.2.52 fixed my problem, but there is another problem codesandbox icon is not visible in sidebar of vs code, how to fix that. ![image](https://user-images.githubusercontent.com/33699526/190165322-7ae818c2-dc36-4ca3-9980-f0b4b14247d3.png)

Please see attached screenshot of installed extension that I am using. ![image](https://user-images.githubusercontent.com/33699526/190176583-74530550-1492-4122-81c7-6372e517e201.png) ![image](https://user-images.githubusercontent.com/33699526/190176740-4c372866-9332-4526-a250-5be9c61a9245.png)

# User Settings json file ``` { "editor.formatOnSave": false, "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "explorer.confirmDelete": false, "workbench.iconTheme": "material-icon-theme", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "files.exclude": { "**/.classpath": true, "**/.project": true, "**/.settings": true,...

@CompuIves I am also surprised that It is working on fine another windows laptop.

My issue is when I am setting different primary DEFAULT colors and referencing it from javascript using `semanticColors.light.primary.DEFAULT` then the output is a default blue color (#006FEE).

I am facing this issue with react-app-rewired, when anything is updated in the source code then page buttons or any clickable thing becomes unresponsive, and we need to reload the...

> > I am facing this issue with react-scripts-rewired, when anything is updated in the source code then page buttons or any clickable thing becomes unresponsive, and we need to...