Skip to content

Commit

Permalink
Update logo and README
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Oct 30, 2020
1 parent 12c1b3b commit d114a91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ vsc-extension-quickstart.md
**/*.ts
build.sh
runcode.sh
images/
code-extensions/
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Jinja](https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtm

## Requirements

pyFlies uses Jinja for screens and strings. Support for Jinja is provided by
[Better
pyFlies uses [Jinja](https://jinja.palletsprojects.com/) for screens and
strings. Support for Jinja is provided by [Better
Jinja](https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml)
extension. Also, pyFlies renders condition tables using markdown tables syntax.
As a support for markdown tables [Markdown
extension. Also, for condition tables pyFlies uses markdown syntax. As a support
for markdown tables [Markdown
Table](https://marketplace.visualstudio.com/items?itemName=TakumiI.markdowntable)
extension is used. Both of these extensions will be automatically installed and
activated when pyFlies extension is installed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "pyFlies",
"description": "VS Code extension for pyFlies",
"publisher": "pyFlies",
"icon": "images/pyflies-logo.png",
"icon": "pyflies-logo.png",
"repository": {
"type": "git",
"url": "https://github.com/pyflies/vscode-pyflies"
Expand Down
File renamed without changes

0 comments on commit d114a91

Please sign in to comment.