Skip to content

Commit 2a31c9e

Browse files
authored
Add vscodium@trymeouteh (#659)
1 parent b12aff8 commit 2a31c9e

File tree

7 files changed

+55
-0
lines changed

7 files changed

+55
-0
lines changed

vscodium@trymeouteh/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 1.0
2+
3+
* Initial release

vscodium@trymeouteh/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# VSCodium
2+
3+
Open VSCodium in the selected folder
4+
5+
Must have VSCodium installed to have this action work.
6+
7+
https://vscodium.com/
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"description": "Open VSCodium in the selected folder",
3+
"uuid": "vscodium@trymeouteh",
4+
"name": "Open in VSCodium",
5+
"author": "trymeouteh",
6+
"version": "1.0"
7+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# OPEN IN VSCODIUM
2+
# This file is put in the public domain.
3+
# trymeouteh, 2025
4+
#
5+
#, fuzzy
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: vscodium@trymeouteh 1.0\n"
9+
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
10+
"issues\n"
11+
"POT-Creation-Date: 2025-05-20 20:32-0400\n"
12+
"PO-Revision-Date: \n"
13+
"Last-Translator: \n"
14+
"Language-Team: \n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#. metadata.json->description
21+
#. vscodium@trymeouteh.nemo_action.in->Comment
22+
msgid "Open VSCodium in the selected folder"
23+
msgstr ""
24+
25+
#. metadata.json->name
26+
#. vscodium@trymeouteh.nemo_action.in->Name
27+
msgid "Open in VSCodium"
28+
msgstr ""

vscodium@trymeouteh/info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"author": "trymeouteh"
3+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Nemo Action]
2+
_Name=Open in VSCodium
3+
_Comment=Open VSCodium in the selected folder
4+
Exec=codium %P
5+
Icon-Name=vscodium
6+
Selection=Any
7+
Extensions=dir;

0 commit comments

Comments
 (0)