diff --git a/.all-contributorsrc b/.all-contributorsrc index 048d10c..d90cf67 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,9 +1,7 @@ { "projectName": "vscode-dash", "projectOwner": "deerawan", - "files": [ - "README.md" - ], + "files": ["README.md"], "imageSize": 100, "commit": true, "contributors": [ @@ -12,115 +10,94 @@ "name": "Budi Irawan", "avatar_url": "https://avatars1.githubusercontent.com/u/1243921?v=4", "profile": "http://budiirawan.com", - "contributions": [ - "code", - "doc" - ] + "contributions": ["code", "doc"] }, { "login": "profelis", "name": "Dima Granetchi", "avatar_url": "https://avatars0.githubusercontent.com/u/250935?v=4", "profile": "https://github.com/profelis", - "contributions": [ - "code", - "doc" - ] + "contributions": ["code", "doc"] }, { "login": "loganintech", "name": "Logan Saso", "avatar_url": "https://avatars2.githubusercontent.com/u/6226408?v=4", "profile": "https://github.com/loganintech", - "contributions": [ - "code", - "doc" - ] + "contributions": ["code", "doc"] }, { "login": "szhongren", "name": "Zhongren Shao", "avatar_url": "https://avatars3.githubusercontent.com/u/8567599?v=4", "profile": "https://github.com/szhongren", - "contributions": [ - "code", - "doc" - ] + "contributions": ["code", "doc"] }, { "login": "weifding", "name": "dingweifeng", "avatar_url": "https://avatars1.githubusercontent.com/u/5329046?v=4", "profile": "https://github.com/weifding", - "contributions": [ - "doc" - ] + "contributions": ["doc"] }, { "login": "sbromberger", "name": "Seth Bromberger", "avatar_url": "https://avatars0.githubusercontent.com/u/941359?v=4", "profile": "http://www.bromberger.com", - "contributions": [ - "code", - "doc" - ] + "contributions": ["code", "doc"] }, { "login": "br1anchen", "name": "br1anchen", "avatar_url": "https://avatars2.githubusercontent.com/u/1086461?v=4", "profile": "https://github.com/br1anchen", - "contributions": [ - "code" - ] + "contributions": ["code"] }, { "login": "cmygray", "name": "Won Kim", "avatar_url": "https://avatars3.githubusercontent.com/u/26966551?v=4", "profile": "https://medium.com/@cmygray", - "contributions": [ - "code" - ] + "contributions": ["code"] }, { "login": "salembeats", "name": "Cuyler Stuwe", "avatar_url": "https://avatars0.githubusercontent.com/u/20496944?v=4", "profile": "https://www.upwork.com/fl/cuylerstuwe", - "contributions": [ - "code" - ] + "contributions": ["code"] }, { "login": "ozylog", "name": "Cahya Pribadi", "avatar_url": "https://avatars3.githubusercontent.com/u/534150?v=4", "profile": "https://ozylog.com", - "contributions": [ - "code" - ] + "contributions": ["code"] }, { "login": "markokajzer", "name": "Marko Kajzer", "avatar_url": "https://avatars3.githubusercontent.com/u/9379317?v=4", "profile": "https://github.com/markokajzer", - "contributions": [ - "code" - ] + "contributions": ["code"] }, { "login": "akdir", "name": "akdir", "avatar_url": "https://avatars0.githubusercontent.com/u/19649463?v=4", "profile": "https://github.com/akdir", - "contributions": [ - "code" - ] + "contributions": ["code"] + }, + { + "login": "Abrifq", + "name": "Arda Aydın", + "avatar_url": "https://avatars.githubusercontent.com/u/30421526?v=4", + "profile": "https://github.com/Abrifq", + "contributions": ["code"] } ], "repoType": "github", "commitConvention": "none" } + diff --git a/README.md b/README.md index aaeee2f..5146937 100644 --- a/README.md +++ b/README.md @@ -165,25 +165,28 @@ Thank you for these awesome contributors - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +
Budi Irawan
Budi Irawan

💻 📖
Dima Granetchi
Dima Granetchi

💻 📖
Logan Saso
Logan Saso

💻 📖
Zhongren Shao
Zhongren Shao

💻 📖
dingweifeng
dingweifeng

📖
Seth Bromberger
Seth Bromberger

💻 📖
br1anchen
br1anchen

💻
Won Kim
Won Kim

💻
Cuyler Stuwe
Cuyler Stuwe

💻
Cahya Pribadi
Cahya Pribadi

💻
Marko Kajzer
Marko Kajzer

💻
akdir
akdir

💻
Budi Irawan
Budi Irawan

💻 📖
Dima Granetchi
Dima Granetchi

💻 📖
Logan Saso
Logan Saso

💻 📖
Zhongren Shao
Zhongren Shao

💻 📖
dingweifeng
dingweifeng

📖
Seth Bromberger
Seth Bromberger

💻 📖
br1anchen
br1anchen

💻
Won Kim
Won Kim

💻
Cuyler Stuwe
Cuyler Stuwe

💻
Cahya Pribadi
Cahya Pribadi

💻
Marko Kajzer
Marko Kajzer

💻
akdir
akdir

💻
Arda Aydın
Arda Aydın

💻
- + diff --git a/src/dash.ts b/src/dash.ts index 274dda3..28b2fd5 100644 --- a/src/dash.ts +++ b/src/dash.ts @@ -1,6 +1,7 @@ const OSOptions: OSOptions = { darwin: 'open -g', - linux: 'zeal', + //Allows any dash compatible program to handle the request, even on flatpak. + linux: 'xdg-open', // Same technique as Silverlake Software's "Search Docsets" extension, // which is written by Velocity's developer and is tested to work with current Velocity on W10. win32: 'cmd.exe /c start "" ', // TODO: do we need extra space?