Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] vscode: "Open with..." action opens vscode with no workspace
@ 2024-06-04 15:24 deimonn
  2024-06-04 15:25 ` deimonn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: deimonn @ 2024-06-04 15:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 789 bytes --]

New issue by deimonn on void-packages repository

https://github.com/void-linux/void-packages/issues/50682

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.32_1 x86_64 AuthenticAMD uptodate rFFF

### Package(s) Affected

vscode-1.89.1_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Right-clicking a folder and selecting "**Open with... > Code - OSS**" should open vscode with the folder as "workspace".

### Actual behaviour

A vscode instance opens but it just shows the home screen.

### Steps to reproduce

1. Open Nautilus (I'm on GNOME) and right-click on any directory.
2. Click the "Open with..." option on the context menu.
3. Select "Code - OSS" and press "Open".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: vscode: "Open with..." action opens vscode with no workspace
  2024-06-04 15:24 [ISSUE] vscode: "Open with..." action opens vscode with no workspace deimonn
@ 2024-06-04 15:25 ` deimonn
  2024-06-10 14:09 ` djaonline
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: deimonn @ 2024-06-04 15:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

New comment by deimonn on void-packages repository

https://github.com/void-linux/void-packages/issues/50682#issuecomment-2147818530

Comment:
I also wish to note that I hacked a fix for this issue by going into the `/usr/share/applications/code-oss.desktop` file and removing the `--unity-launch` argument from `Exec`:

```diff
[Desktop Entry]
Name=Code - OSS
Comment=Code Editing. Redefined.
GenericName=Text Editor
- Exec=/usr/lib/code-oss/bin/code-oss --unity-launch %F
+ Exec=/usr/lib/code-oss/bin/code-oss %F
Icon=code-oss
Type=Application
...
```

I do not know what the `--unity-launch` argument is meant to do, but this fixed the behavior described above at least.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: vscode: "Open with..." action opens vscode with no workspace
  2024-06-04 15:24 [ISSUE] vscode: "Open with..." action opens vscode with no workspace deimonn
  2024-06-04 15:25 ` deimonn
@ 2024-06-10 14:09 ` djaonline
  2024-06-10 14:09 ` djaonline
  2024-06-11 17:02 ` [ISSUE] [CLOSED] " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: djaonline @ 2024-06-10 14:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

New comment by djaonline on void-packages repository

https://github.com/void-linux/void-packages/issues/50682#issuecomment-2158480014

Comment:
Void linux, kde6, dolphin. I can confirm the same issue. "Open folder with" context menu item doesn't contain "code-oss". 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: vscode: "Open with..." action opens vscode with no workspace
  2024-06-04 15:24 [ISSUE] vscode: "Open with..." action opens vscode with no workspace deimonn
  2024-06-04 15:25 ` deimonn
  2024-06-10 14:09 ` djaonline
@ 2024-06-10 14:09 ` djaonline
  2024-06-11 17:02 ` [ISSUE] [CLOSED] " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: djaonline @ 2024-06-10 14:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

New comment by djaonline on void-packages repository

https://github.com/void-linux/void-packages/issues/50682#issuecomment-2158480014

Comment:
Void linux, kde 6, dolphin. I can confirm the same issue. "Open folder with" context menu item doesn't contain "code-oss". 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] vscode: "Open with..." action opens vscode with no workspace
  2024-06-04 15:24 [ISSUE] vscode: "Open with..." action opens vscode with no workspace deimonn
                   ` (2 preceding siblings ...)
  2024-06-10 14:09 ` djaonline
@ 2024-06-11 17:02 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-06-11 17:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 792 bytes --]

Closed issue by deimonn on void-packages repository

https://github.com/void-linux/void-packages/issues/50682

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.32_1 x86_64 AuthenticAMD uptodate rFFF

### Package(s) Affected

vscode-1.89.1_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Right-clicking a folder and selecting "**Open with... > Code - OSS**" should open vscode with the folder as "workspace".

### Actual behaviour

A vscode instance opens but it just shows the home screen.

### Steps to reproduce

1. Open Nautilus (I'm on GNOME) and right-click on any directory.
2. Click the "Open with..." option on the context menu.
3. Select "Code - OSS" and press "Open".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-11 17:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04 15:24 [ISSUE] vscode: "Open with..." action opens vscode with no workspace deimonn
2024-06-04 15:25 ` deimonn
2024-06-10 14:09 ` djaonline
2024-06-10 14:09 ` djaonline
2024-06-11 17:02 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).