We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3f3f5 commit a50839aCopy full SHA for a50839a
src/model.ts
@@ -4,7 +4,7 @@ export const DEST_PATH = 'snippets/snippets.json';
4
export const ISSUES_URL = 'https://github.com/kleber-swf/vscode-unity-code-snippets/issues';
5
6
export type IndentationStyle = 'kr' | 'allman';
7
-export type ClassAccessibilityLevel = 'public' |'private' | 'none';
+export type ClassAccessibilityLevel = 'public' |'internal' | 'none';
8
9
export type ReplaceType = 'PRIVATE' | 'CLASS_ACCESSIBILITY_LEVEL' | 'LINE_BREAK' | 'TAB';
10
export type Replaces = Record<ReplaceType, string>;
0 commit comments