Skip to content

Commit

Permalink
packaging working
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McCurdy committed Oct 15, 2020
1 parent 8435484 commit a3743aa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
out
node_modules
node_modules
*.vsix
13 changes: 0 additions & 13 deletions icon.svg

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"homepage": "",
"version": "1.0.1",
"publisher": "AdamMcCurdy",
"icon": "icon.svg",
"repository": "https://github.com/AdamMcCurdy/lslint-vscode",
"icon": "sl.png",
"galleryBanner": {
"color": "#050523",
"theme": "dark"
Expand Down
Binary file added sl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import * as path from "path";
import * as vscode from "vscode";
import {spawn, ChildProcess} from "child_process";
import { pathToFileURL } from "url";
import { print } from "util";
// import { pathToFileURL } from "url";
// import { print } from "util";

// const OUTPUT_REGEXP = /([0-9]+): (.+) near.*[<'](.*)['>]/;

Expand Down

0 comments on commit a3743aa

Please sign in to comment.