Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 16, 2023
1 parent c23c6d2 commit 87f9746
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion schemas/powershell_es.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"properties": {
"powershell.analyzeOpenDocumentsOnly": {
"default": false,
Expand Down
1 change: 0 additions & 1 deletion schemas/pyright.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"type": "string"
},
"python.analysis.diagnosticSeverityOverrides": {
"default": {},
"description": "Allows a user to override the severity levels for individual diagnostics.",
"properties": {
"reportAssertAlwaysTrue": {
Expand Down
8 changes: 0 additions & 8 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8883,10 +8883,6 @@
---@field disableOrganizeImports boolean

-- Allows a user to override the severity levels for individual diagnostics.
--
-- ```lua
-- default = {}
-- ```
---@class _.lspconfig.settings.pyright.DiagnosticSeverityOverrides
-- Diagnostics for 'assert' statement that will provably always assert. This can be indicative of a programming error.
--
Expand Down Expand Up @@ -9285,10 +9281,6 @@
-- ```
---@field diagnosticMode "openFilesOnly" | "workspace"
-- Allows a user to override the severity levels for individual diagnostics.
--
-- ```lua
-- default = {}
-- ```
---@field diagnosticSeverityOverrides _.lspconfig.settings.pyright.DiagnosticSeverityOverrides
-- Additional import search resolution paths
--
Expand Down

0 comments on commit 87f9746

Please sign in to comment.