Skip to content

Commit

Permalink
Merge pull request #24 from tintinweb/prep-0.0.14
Browse files Browse the repository at this point in the history
prep 0.0.14
  • Loading branch information
tintinweb authored Jul 19, 2022
2 parents e340d33 + ab82aa6 commit 8d4b716
Show file tree
Hide file tree
Showing 5 changed files with 826 additions and 1,567 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.0.14
- new: suppress compiler error/success popup boxes by default. can be re-enabled by setting `vyper.compile.verbose = true`
- update: snippets to fit vyper 0.3.x #19 - thanks @msugarm
- update: dependencies

## 0.0.13 - 0.0.12
- new: vscode.dev support (vscode web extension) #12
- Note: compiling vyper is not yet supported!
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Ethereum Vyper language support for Visual Studio Code

<sup>Also available on [vscode.dev](https://vscode.dev)! (compilation not yet supported)</sup>


## Features

#### Passive Features
Expand Down Expand Up @@ -83,6 +82,11 @@ Note: Active features can be disabled by setting `Settings` → `Vyper` → `Mod

<img width="600" alt="settings" src="https://user-images.githubusercontent.com/2865694/54860098-67a48d00-4d15-11e9-951e-e8422bc3fae5.png">

## FAQ

* **Q**: I get an error running vyper on my macbook with M1/M2 chipset.
* **A**: The extension executes the vyper compiler in a `/bin/sh` shell that may not have all the customizations you are using in your day-to-day shell/terminal. As a workaround, I suggest to set the setting:`vyper.command` to `arch -x86_64 vyper`. see #18

## Developer Notes

* install vyper `pip3 install vyper`
Expand Down
Loading

0 comments on commit 8d4b716

Please sign in to comment.