X Tutup
The Wayback Machine - https://web.archive.org/web/20210102141141/https://github.com/topics/vscode
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 5,554 public repositories matching this topic...

paulgreg
paulgreg commented Mar 29, 2019

Is your feature request related to a problem? Please describe.
Under VIM, I’m used to type :bd to close the current file/buffer.
That command isn’t working under VSCodeVim : Not and editor command bd
To close the current buffer, only :q works which isn’t correct : :q under VIM close VIM (and all files/buffers opened)
:bd seems a better command to close the current file/buffer.

riccardoferretti
riccardoferretti commented Dec 9, 2020

Our official repo template, https://github.com/foambubble/foam-template, should include notes that help new users get familiar with Foam and guide the user to set up the repo.

For example:

  • explain the daily feature and how to configure it
  • introduce date snippets
  • show the graph in action
  • get the user to create a template based on their needs (e.g. for daily notes, or
sandy081
sandy081 commented Nov 30, 2020

Hi, I am developer of VS Code and I am currently going through those extensions which has custom welcome experience (notifications / views) on install. VS Code provides Settings Sync feature OOB and users can have their machines in sync using this feature. So, when user sync such extensions with custom welcome experience, they should not be seeing welcome experience again in their other machines.

Created by Microsoft Corporation

Released April 29, 2015

Latest release 17 days ago

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

Related Topics

text-editor vscode-extension vscode-theme
You can’t perform that action at this time.
X Tutup