Skip to content

Commit 8fbdb43

Browse files
committed
Also look for project in "Code - OSS" folder
This is used on Arch
1 parent 4b2c0d3 commit 8fbdb43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vscodeprojectsrunner.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ VSCodeProjectsRunner::VSCodeProjectsRunner(QObject *parent, const KPluginMetaDat
1010
setObjectName(QStringLiteral("VSCodeProjectsRunner"));
1111
if (!QStandardPaths::findExecutable(QStringLiteral("code")).isEmpty()) {
1212
projects << loadProjects(QStringLiteral("Code"));
13+
projects << loadProjects(QStringLiteral("Code - OSS"));
1314
}
1415
if (!QStandardPaths::findExecutable(QStringLiteral("codium")).isEmpty()) {
1516
projects << loadProjects(QStringLiteral("VSCodium"));

0 commit comments

Comments
 (0)