Skip to content

Commit 23bb643

Browse files
committed
Clean up
1 parent aa56564 commit 23bb643

File tree

5 files changed

+409
-400
lines changed

5 files changed

+409
-400
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"mwbot",
3333
"Scribunto",
3434
"syntaxhighlight",
35+
"uncast",
3536
"vsix",
3637
"wikitable",
3738
"wikixml",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![GitHub Actions CodeQL](https://github.com/Frederisk/Wikitext-VSCode-Extension/actions/workflows/codeql-analysis.yml/badge.svg/)](https://github.com/Frederisk/Wikitext-VSCode-Extension/actions?query=workflow%3ACodeQL)
1111
[![CodeFactor Status](https://www.codefactor.io/repository/github/frederisk/wikitext-vscode-extension/badge)](https://www.codefactor.io/repository/github/frederisk/wikitext-vscode-extension)
1212

13-
[![@mastodon.social@rwfholme](https://img.shields.io/badge/mastodon-%40rwfholme%40mastodon.social-66F)](https://mastodon.social/@rwfholme)
13+
[![@mastodon.social@rwfholme](https://img.shields.io/badge/mastodon.social-%40rwfholme-66F)](https://mastodon.social/@rwfholme)
1414
[![Patreon Donate](https://img.shields.io/badge/donate-patreon-orange)](https://www.patreon.com/rwfholme)
1515

1616
This Visual Studio Code Extension provides support of Wikitext Markup language. With this extension, you can more easily discover your grammatical problems through the marked and styled text. The plugin is based on MediaWiki's Wikitext standard, but the rules are somewhat stricter, which helps users write text that is easier to read and maintain.

src/export_command/commadRegistrar.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Rowe Wilson Frederisk Holme. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
16
import * as vscode from 'vscode';
27

38
export type CommandFactory = (context: vscode.ExtensionContext) => ((...args: unknown[]) => unknown);

src/export_command/wikimedia_function/view.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import * as vscode from 'vscode';
77
import type MWBot from 'mwbot';
8-
import { } from '../../extension-node';
98
import { Action, ContextModel, alterNativeValues, Prop } from './args';
109
import { GetViewResult, ViewConvert } from '../../interface_definition/api_interface/getView';
1110
import { getHost } from '../vscode_function/host';

0 commit comments

Comments
 (0)