vscode
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 4,005 public repositories matching this topic...
There may be paid VS Code extensions or content that could be beneficial to list here. Currently there is no direct notice in the contributing guide that submissions should only be publicly available / free resources, so I think at least it would be good to update the guide with our stance on it.
I do think pushing free resources first should be a priority, but if there is a paid resource that
Describe the bug
codium's apt and rpm packages, as built by the recommended repository, are missing some metadata that differentiates codium from VS Code, such as the license and the project url.
Please confirm that this problem is VSCodium-specific
- This bug doesn't happen if I use Microsoft's Visual Studio Code. It onl
Seeing marks, ideally in the gutter, but maybe as a highlight or something, would be helpful. This apparently existed at one point (https://github.com/vscodevim/Vim//commit/713f30a1a8f4923dfc2e7b0cbceffce78ab83c01#diff-a7723f32fe6b05e135838f84e5c23c0fR870), but decoration options have gotten richer and we can put it under a setting.
-
Updated
Feb 5, 2020 - JavaScript
🚀 Feature Proposal
Adding leading zero in the question number will be an awesome feature for file explorer to sort files by the name.
Hello,
is it possible to show the command "copy relative path" in the contextual menu like in the explorer ?
The point here is that I use git along with another versioning tool at work. Git offers me some flexibility I don't have with the other tool, but when I have to use the ot
-
Updated
Mar 15, 2020 - Python
https://code.visualstudio.com/docs/python/linting#_pep8-pycodestyle still links to old doc pages instead of http://pycodestyle.pycqa.org and mentions config files having a [pep8] section when its actually now [pycodestyle]. Basically anything saying "pep8" that isn't in reference to that being the old name is quite possible outdated and now wrong.
-
Updated
Mar 16, 2020 - JavaScript
- I'm sure this issue is not a duplicate.
- I'm submitting an icon request:
- Type:
svg - Icon Name:
file_type_jest.svg - Sample original Icon:  and wait until the test fails, then i can debug it.
📷 Screenshots
The
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report <!-- Please search GitHub for a simiIssue Description
The documentation states:
IntelliSense is not working
This is typically as a result of the current project type not being supported. You can see an indication in the OmniSharp flame in the bottom left hand side of the status bar.
I am working with Renode, where extensions are written in C# (much in the same way I gather Unity works). When I open these f
Now that this example includes mongo, another common question for local development is "how do I load sample data into the app for development"
Sure you could use lots of manual methods with docker exec and maybe bind-mount some .js data, but the easiest way IMO is to use the mongo images built-in way of auto-running anything in:
`/docker-entrypoint-initd
From @chrisdias:
If I start the auth dance, then press Cancel when asked if I want to let the extension open a URL, the status bar stays at Signing into github.com.... Since I cancelled, I expect it to revert back to Sign in to github.com.
Also (just noticed this) we say into and in to. Not sure which version is right or wrong, or if its based on context :).
-
Updated
Dec 28, 2019 - JavaScript
Describe your request:
If JupyterLab is used it isn't possible to passing JavaScript objects to the IPython kernel. This is described in the Jupyter Tipps & Tricks tutorial section _4.6 R
Blocked By: wix/vscode-glean#97
Example:
class Foo extends Component {
render() {
return (<div>
{this.props.foo.map((bar) => <div>{bar.x}</div>)}
</div>)
}
}
Current:
const Foo = props => {
const foo = useRef();
const x = useRef();
return <div>
{foo.current.map(bar => <div>{x.current}</div>)}
Currently if we apply the "Org: Italic" command on an already in italic text, like:
/my text already in italic/
we get:
//my text already in italic//
it would probably be better to revert the text in "normal" mode, so get:
my text already in italic
-
Updated
Feb 28, 2020 - JavaScript
Created by Microsoft Corporation
Released April 29, 2015
Latest release 5 months ago
- Repository
- Microsoft/vscode
- Website
- code.visualstudio.com
- Wikipedia
- Wikipedia



Hello,
I'm trying to use monaco-editor inside a Dojotoolkit based application.
If this is something you've already tried, it will be great to get an example. I know that dojotoolkit is not a new kid but giving the number of industrial application using it due to its past popularity + the fact that it is not providing this kind of widget (they have a rich text editor but not more), that might b