-
Make the button "save" works ;)
-
- Issue Type: `Performance`
- Extension Name: `gc-excelviewer`
- Extension Version: `2.1.29`
- OS Version: `Linux x64 4.15.0-46-generic`
- VSCode version: `1.32.1`
:warning: Make sure to **atta…
-
- Issue Type: `Performance`
- Extension Name: `gc-excelviewer`
- Extension Version: `2.1.29`
- OS Version: `Darwin x64 18.2.0`
- VSCode version: `1.32.3`
:warning: Make sure to **attach** this …
-
- Issue Type: `Performance`
- Extension Name: `gc-excelviewer`
- Extension Version: `2.1.29`
- OS Version: `Linux x64 4.15.0-46-generic`
- VSCode version: `1.32.3`
:warning: Make sure to **atta…
-
- Issue Type: `Performance`
- Extension Name: `gc-excelviewer`
- Extension Version: `2.1.29`
- OS Version: `Darwin x64 18.5.0`
- VSCode version: `1.32.3`
:warning: Make sure to **attach** this …
-
either your new communities ext. or chat crashes extension host in vscode v1.38 on win & mac.
I thought it was just a fluke the other day, but I also had my remote dev bud using Mac confirming it.
…
-
## REFERENCE: https://github.com/PowerShell/vscode-powershell/issues/1595 #62744
# Details Output
### VSCode version: 1.32.3 | a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4 | x64
### VSCode extens…
-
### Element UI version
2.6.1
### OS/Browsers version
win10/IE 9~11
### Vue version
2.6.8
### Reproduction Link
[(github|jsfiddle|codepen|jsbin)]((github|jsfiddle|codepen|jsbin))
##…
-
## Issue Description ##
Autocompletion does not work in cs files contained in a project (csproj) since 1.20
It works if I downgrade to 1.19.1
## Steps to Reproduce ##
Open vsCode in a folder tha…
-
Here's a code snippet from one of my scripts:
````
$duplicatefound = $false
$possibleduplicates = Get-ChildItem -LiteralPath $targetdir | ForEach-Object { Get-FileHash -LiteralPath $_.FullName } …