Md Tausif Iqbal
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. 
Please see attached screenshot of installed extension that I am using.  
# 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.
Same error with me
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...