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,907 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.

yoyo930021
yoyo930021 commented Jan 11, 2021
  • I have searched through existing issues

Feature Request

The new vscode-css-languageservice have many new features.
Need to do:

  • provide FileSystemProvider
  • provide DocumentContext
  • use default css-data, LanguageServiceOptions.useDefaultDataProvider
  • use findDocumentLinks2
  • use doComplete2
  • [
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 19 days ago

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

Related Topics

text-editor vscode-extension vscode-theme