Skip to content

Commit

Permalink
Made commands enum "const" so file doesn't need to be included in web…
Browse files Browse the repository at this point in the history
…pack.
  • Loading branch information
msfterictraut committed Feb 15, 2020
1 parent da4a9a6 commit 80cbf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/commands/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Command identifier strings.
*/

export enum Commands {
export const enum Commands {
createTypeStub = 'pyright.createtypestub',
orderImports = 'pyright.organizeimports',
addMissingOptionalToParam = 'pyright.addoptionalforparam'
Expand Down

0 comments on commit 80cbf2a

Please sign in to comment.