Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MxLintPaneExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class MxLintPaneExtension : DockablePaneExtension

public const string ID = "com-cinaq-mxlint-extension";
public override string Id => ID;
public override DockablePanePosition InitialPosition => DockablePanePosition.Bottom;
private readonly IDockingWindowService _dockingWindowService;

[ImportingConstructor]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ While [mxlint-cli](https://github.com/mxlint/mxlint-cli) is designed for pipelin

> This is still early stage of development. Follow this project for future updates.

Refer to the frontend [README](frontend/README.md) for installation guidance and architectural details.

See the [official docs](https://mxlint.cinaq.com)
24 changes: 24 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Loading
Loading