1
2
3
|
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["grammarly.audience"] = {default = "knowledgeable",enum = { "general", "knowledgeable", "expert" },enumDescriptions = { "Easy for anyone to read with minimal effort.", "Requires focus to read and understand.", "May require rereading to understand." },scope = "resource"},["grammarly.autoActivate"] = {default = true,description = "Enable Grammarly service when a supported document is opened.",scope = "resource",type = "boolean"},["grammarly.debug"] = {default = false,description = "Enable debugging mode",type = "boolean"},["grammarly.diagnostics"] = {default = {["[markdown]"] = {ignore = { "code" }}},properties = {["[markdown]"] = {properties = {ignore = {items = {type = "string"},type = "array"}},type = "object"}},type = "object"},["grammarly.dialect"] = {default = "american",enum = { "american", "australian", "british", "canadian" },enumDescriptions = { "🇺🇸American", "🇦🇺Australian", "🇬🇧British", "🇨🇦Canadian" },scope = "resource"},["grammarly.domain"] = {default = "general",enum = { "academic", "business", "general", "technical", "casual", "creative" },enumDescriptions = { "Strictly applies all rules and formal writing conventions.", "Applies almost all rules, but allow some informal expressions.", "Applies most rules and conventions with medium strictness.", "Applies almost all rules, plus technical writing conventions.", "Applies most rules, but allow stylistic flexibility.", "Allows some intentional bending of rules and conventions." },scope = "resource"},["grammarly.emotions"] = {default = {},items = {enum = { "neutral", "confident", "joyful", "optimistic", "respectful", "urgent", "friendly", "analytical" },enumDescriptions = { "😐 Neutral", "🤝 Confident", "🙂 Joyful", "✌️ Optimistic", "🙌 Respectful", "⏰ Urgent", "🤗 Friendly", "📊 Analytical" }},markdownDescription = "**Experimental.** How do you want to sound?",scope = "resource",type = "array"},["grammarly.goals"] = {default = {},items = {enum = { "inform", "describe", "convince", "tellStory" },enumDescriptions = { "Inform", "Describe", "Convince", "Tell A Story" }},markdownDescription = "**Experimental.** What are you trying to do?",scope = "resource",type = "array"},["grammarly.hideUnavailablePremiumAlerts"] = {default = false,description = "Hide premium alerts when fix is not available",type = "boolean"},["grammarly.ignore"] = {default = { "**/node_modules/**/*" },description = "Ignored files.",items = {type = "string"},scope = "resource",type = "array"},["grammarly.overrides"] = {description = "Per document override for audience, dialect, domain, emotions and goals.",items = {properties = {config = {properties = {audience = {enum = { "general", "knowledgeable", "expert" },enumDescriptions = { "Easy for anyone to read with minimal effort.", "Requires focus to read and understand.", "May require rereading to understand." }},dialect = {enum = { "american", "australian", "british", "canadian" },enumDescriptions = { "🇺🇸American", "🇦🇺Australian", "🇬🇧British", "🇨🇦Canadian" }},domain = {enum = { "academic", "business", "general", "technical", "casual", "creative" },enumDescriptions = { "Strictly applies all rules and formal writing conventions.", "Applies almost all rules, but allow some informal expressions.", "Applies most rules and conventions with medium strictness.", "Applies almost all rules, plus technical writing conventions.", "Applies most rules, but allow stylistic flexibility.", "Allows some intentional bending of rules and conventions." }},emotions = {items = {enum = { "neutral", "confident", "joyful", "optimistic", "respectful", "urgent", "friendly", "analytical" },enumDescriptions = { "😐 Neutral", "🤝 Confident", "🙂 Joyful", "✌️ Optimistic", "🤗 Friendly", "⏰ Urgent", "📊 Analytical", "🙌 Respectful" }},markdownDescription = "**Experimental.** How do you want to sound? This helps us build new suggestions and won't affect your feedback today.",type = "array"},goals = {items = {enum = { "inform", "describe", "convince", "tellStory" },enumDescriptions = { "Inform", "Describe", "Convince", "Tell A Story" }},markdownDescription = "**Experimental.** What are you trying to do? This helps us build new suggestions and won't affect your feedback today.",type = "array"}},type = "object"},files = {description = "List of files or glob patterns.",items = {type = "string"},type = "array"}},type = "object"},scope = "resource",type = "array"},["grammarly.severity"] = {additionalProperties = {enum = { 1, 2, 3, 4 },enumDescriptions = { "Error", "Warning", "Info", "Hint" }},description = "A mapping from Grammarly alert categories to VS Code diagnostics severity.",scope = "resource",type = "object"},["grammarly.showDeletedTextInQuickFix"] = {default = true,description = "Show replaced text in quick-fix option.",type = "boolean"},["grammarly.showExamples"] = {default = false,description = "Show alert examples on hover",type = "boolean"},["grammarly.showExplanation"] = {default = true,description = "Show alert explanation on hover",type = "boolean"},["grammarly.showUsernameInStatusBar"] = {default = true,description = "Show signed in user in status bar.",type = "boolean"},["grammarly.userWords"] = {description = "A list of words as a local dictionary.",items = {type = "string"},scope = "resource",type = "array"}},title = "Grammarly"}
|