Skip to content

Commit

Permalink
Merge pull request desktop#17272 from confused-Techie/development
Browse files Browse the repository at this point in the history
Add support for Pulsar (Machine Install) code editor on Windows
  • Loading branch information
sergiou87 authored Aug 23, 2023
2 parents 9cb1a2e + 14b231e commit b1ad7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/lib/editors/win32.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ const editors: WindowsExternalEditor[] = [
name: 'Pulsar',
registryKeys: [
CurrentUserUninstallKey('0949b555-c22c-56b7-873a-a960bdefa81f'),
LocalMachineUninstallKey('0949b555-c22c-56b7-873a-a960bdefa81f'),
],
executableShimPaths: [['..', 'pulsar', 'Pulsar.exe']],
displayNamePrefixes: ['Pulsar'],
Expand Down

0 comments on commit b1ad7dc

Please sign in to comment.