Results 57 issues of Asher

### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information any ### Steps to Reproduce Run with `--disable-telemetry` and install the...

bug
triage

Fixes #5335 I opted to point it to our own bin directory instead of Code's. We could probably makes theirs work but ours acts a bit differently so we would...

### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information - Web Browser: n/a - Local OS: n/a - Remote OS:...

bug
triage

Currently if you hover over the account login when you aren't logged in it just says "loading". This is what it should look like instead: Pressing "turn on settings sync"...

bug

The way "open folder" is implemented is to set `window.location.href` with the `folder` query variable. Manually editing the URL, manually calling `window.location.href`, or even just reloading the page can also...

What this does: - Adds a web socket to the agent that scans for listening ports on an interval - Displays those ports in a popup when you open said...

stale

1. Try /tmp 2. If it doesn't have enough permissions, try $XDG_CACHE_HOME 3. If that also doesn't have enough permissions then exit and display a message describing the problem and...

## What is your suggestion? Right now we use the script in lib/vscode/bin/remote-cli inside the integrated terminal but we should use it from our own script as well because it...

enhancement

Instead of manually writing it everywhere, can we pull it from Code?

enhancement

We can open files in a running instance of code-server with `-r` (well technically `-r` is optional if code-server is already running) but it might be nice to also support...

enhancement