Skip to content
#

vscode

visual-studio-code logo

Visual Studio Code, commonly known as VS code, is a highly customizable open source text editor, developed, and maintained by Microsoft.

Visual Studio Code is built using web technologies such as JavaScript, TypeScript, and CSS. There are also thousands of community created themes and packages available.

Here are 145 public repositories matching this topic...

jamesbattersby
jamesbattersby commented Jan 1, 2021

There is no check around pacote.extract in Registory.ts.

// If we've already downloaded this package, just return it.
if (!fs.existsSync(dest)) {
      await pacote.extract(spec, dest, this.options);
}

The problem is that if pacote fails for some reason (apart from the user not knowing), the destination directory may be created which will prevent us from trying again.

I

ServerMonitor
ChristianLutzCL
ChristianLutzCL commented Sep 11, 2019

Describe the bug
After setup or if you create a new database file (site.db), the application won't work.

To Reproduce
Steps to reproduce the behavior:

  1. Setup project or regenerate site.db file
  2. Run application
  3. Open website and see the error

Expected behavior
Index page should display without any checked websites

Additional context
The solution to this problem

CodeINN is an instant code editor 📃, that makes programming and development easier. Practice quickly and directly from your web browser, without any setup needed. CodeINN gives the perfect environment to developers technologists, coders computers, and geeks 🤓 to do more with their tech.

  • Updated Jun 2, 2021
  • CSS

Created by Microsoft Corporation

Released April 29, 2015

Latest release 16 days ago

Repository
Microsoft/vscode
Website
code.visualstudio.com
Wikipedia
Wikipedia

Related Topics

text-editor vscode-extension vscode-theme