Skip to content

Commit

Permalink
config fix to publish on market
Browse files Browse the repository at this point in the history
  • Loading branch information
amalanov committed Aug 10, 2020
1 parent 7acf695 commit 3df4baf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EditExcelPQM README
# EditExcelPQM - edit M code of your xlsx in VSCode
Want to edit Power Query M code of your xlsx file in VSCode and use Excel as interpriter? - Here is the plugin.

## Features
Expand All @@ -12,10 +12,16 @@ Want to edit Power Query M code of your xlsx file in VSCode and use Excel as int
![Image of demo](images/demo.gif)

## Install to Visual Studio Code
1) Download [vsix file](editexcelpqm-1.0.1.vsix)
From [VSCode extensions market](https://marketplace.visualstudio.com/items?itemName=AMalanov.editexcelpqm) or manually:
1) Download [vsix file](editexcelpqm-1.0.1.vsix) from this repo
2) Go to download folder
3) Run in console **code --install-extension /path/to/vsix**

## Known issues
* Unable to fully close Excel - window is closed, but it remains in process manager
* If your Excel shows a message on startup, plugin is unable to access queries before you close the popup
* On some systems the plugin opens Excel in background mode and I'm not able to do it visible.

## Requirements
* VSCode ^1.33.0
* Windows
Expand Down
Binary file modified editexcelpqm-1.0.1.vsix
Binary file not shown.
Binary file added images/editexcelpqm_icon128128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"onCommand:extension.close_excel_save",
"onCommand:extension.close_excel_nosave"
],
"publisher": "AlexMa",
"publisher": "AMalanov",
"main": "./out/extension.js",
"contributes": {
"commands": [
Expand Down

0 comments on commit 3df4baf

Please sign in to comment.