© 2023 Hashnode
#vscode-cjevho8kk00bo1ss2lmqqjr51
you can use the following command to create an empty file: New-Item -ItemType File -Path "chapter1.txt" Alternatively, you can also use the following command to create an empty file using the redirection operator >: "" > "chapter1.txt" Agai…
What is Stashing Stashing feature from Git allows developers to temporarily save their work-in-progress without committing it to the repository. Why is it Required? Switching Branches: When you need t…
I know there are many developers like me who enjoy doing things in a simpler way soooooo, I decided to put compile some VScode shortcuts and share with the community. Note that these shortcuts may dif…
I ran into this issue because I noticed that this handy feature is where you can right-click VSCode on your taskbar and access pinned and recently accessed workspaces. Then I realized that on one of my computers, this feature was not avail…
As a programmer, have you ever felt the need to collaborate with someone in real time on the same codebase? Or maybe you've experienced the pain of setting up an environment on your teammate's computer, trying to explain your thought proces…
Andromeda GitHub | VS Code Bearded Theme GitHub | VS Code Bluloco Dark Theme GitHub | VS Code
I’m planning to use LeetCode to learn more about data structures and algorithms in 2023. LeetCode is a great resource because it has a ton of problems and a good community around it. The downside is that the default way to solve problems is…
In the world of software development, tools that enhance productivity and streamline workflows are highly valued. Visual Studio Code (VS Code), a popular source code editor developed by Microsoft, off…
In many blog posts, developers commonly recommend a set of popular extensions that can enhance the development experience and productivity. These recommendations often include extensions such as Live …
Close VSCode and kill any background processes running in the task manager; Open the path C:\Users\<user_name>\AppData\Roaming\Code; Clear the contents of the folders Cache, CachedData, CachedExtensions, CachedExtensionVSIXs (if this fold…