vscode-extension
Here are 2,764 public repositories matching this topic...
It probably wasn't designed for mobile usage but it does work... Kind of. It works but you can only traverse the history by tapping on either edge side of the top bar.
Using Firefox mobile
-
Updated
Jul 7, 2020 - JavaScript
Describe the bug
When I grab multiple lines of text in visual mode and click S, it is expected that it deletes all lines that are selected and puts me into insert mode. But what is happening instead is that it puts me into insert mode and allows me to insert one character at the start and beginning of the selection.
To Reproduce
Steps to reproduce the behavior:
- Open the file
I like seeing the recent change / author annotations on blocks:
However, I keep finding myself accidentally clicking them, which shifts the entire editor to the right. I'd like to keep the annotations, but disable the click action (or make it harder to accidentally trigger). Is there a
Issue Type: Bug
- g++ --version typed in fresh command prompt after setting PATH did not recognize command, but calling the mingw64 console from that windows command prompt did work.
- intellisense example, right click on msg. did not produce any response
- Dropdown list for Terminal > Configure Default
I'd like to suggest that a timestamp being added to the sync log ("CODE SETTINGS SYNC UPLOAD SUMMARY") shown in the Output Window. It's a useful piece of information and presumably not hard to be implemented. Thanks!
- I'm sure this issue is not a duplicate.
- I'm submitting an icon request:
- Type:
filename - Icon Name:
lighthouse - Sample original Icon: 
[ ] Bug report <!-- Please search GitHub for a simi🚀 Feature Proposal
This debug button is present when the test fails and this works nice.
Lately I've been writing a lot of tests and some of them were green although they weren't supposed to be. It would be great if the debug button was there when the test was successful.
As a workaround i just add a fail() and wait until the test fails, then i can debug it.
📷 Screenshots
The
We should use docs for our documentation and wiki for additional contents and notes
Docs structure:
GITLENS provides its extension own setting page:
https://github.com/eamodio/vscode-gitlens#configuration
Java extension has the similar requirement for the settings page to provide a user friendly UI and advanced features besides VSCode default setting editor:
- Code templates
- Formatting
- Settings from language server
- Tweak for performance
- Other customizable behavior.
- VS Code Version: 1.38.1
- OS Version: Windows 10 v 1903 (build 18362.356)
- Code Runner Version: 0.9.14
- Nim version: 1.0.0 (and Nimble v0.11.0)
Describe the bug
I saw this while working throug
ClientWorkspace.getSysroot asks rustc or rustup but doesn't check the config value.
This was confusing as I was trying to configure VSCode to deal with my weird environment.
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>)}
One bold, verbatim, italic, underline or code character followed by text then an other same highlighting does not correctly displayed.
In the snippet below, all the "should not" part are highlighted. Except for strike-through that is not managed at all.
*b* should not bold *bold*
=v= should not verb =verb=
_u_ should not underline _underline_
/i/ should not italic /ital
Currently, tours are persisted as JSON files and written to the “.tours” directory of your repo. However, we could also explore allowing tours to be defined via actual code comments. For example, the following could represent a step definition above a line of code:
// CodeTour: <tourTitle> <stepNumber> <stepDescription>While this approach could help mitigate tour decay,
-
Updated
May 26, 2020 - JavaScript
In issues like #356 a vague error message does not make clear that the platform does not support symbolic links. It would be helpful if there were documentation for this.
-
Updated
May 4, 2020 - JavaScript
This package needs better documentation and a rebranding, so it'll be more visible to new users.
We can start a "contest" for brand ideas here! What do you guys think?
Add badges to Readme
Borrow some from #210
Ideas:
-
Marketplace - Release Number
-
Marketplace - Downloads
-
Marketplace - Installs
-
Marketplace - Rating
-
Donation - PayPal
-
Live Share (still not compatible)
-
https://code.visualstudio.com/api/references/extension-manifest#approved-badges
-
Updated
Jul 7, 2020 - TypeScript
The debugging experience when debugging a Flutter Web app is not on par with debugging a mobile app.
Issues when debugging a Web App:
- Placing mouse pointer over a variable will not display its value when on a breakpoint
- Local Datetime variables don't display in human readable format (e.g. _value: 1585227422694.0) in the debug pane
OS: macOS 10.14.6
VSCode version: 1.41.1
Extension version: 1.4.5
Python version: 3.7.6
LLDB version: 9.0.1
Rust version: 1.40.0 (stable)
There should be a warning for invalid/old breakpoints because until you manually right-click on the breakpoint list and choose "Reapply All Breakpoints" while the program is running, there is no indication that they will never fire. They should also be m
Update phpdoc
Feature description or problem with existing feature
I'd love to have an option to just update the auto phpdoc.
Like if I'm adding another parameter to the method, I'd like the phpdoc to "automatically update".
Describe the solution you'd like
Something like to automatically do:



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