Skip to content

Commit 8d4b716

Browse files
authored
Merge pull request #24 from tintinweb/prep-0.0.14
prep 0.0.14
2 parents e340d33 + ab82aa6 commit 8d4b716

File tree

5 files changed

+826
-1567
lines changed

5 files changed

+826
-1567
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.0.14
4+
- new: suppress compiler error/success popup boxes by default. can be re-enabled by setting `vyper.compile.verbose = true`
5+
- update: snippets to fit vyper 0.3.x #19 - thanks @msugarm
6+
- update: dependencies
7+
38
## 0.0.13 - 0.0.12
49
- new: vscode.dev support (vscode web extension) #12
510
- Note: compiling vyper is not yet supported!

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Ethereum Vyper language support for Visual Studio Code
1515

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

18-
1918
## Features
2019

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

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

85+
## FAQ
86+
87+
* **Q**: I get an error running vyper on my macbook with M1/M2 chipset.
88+
* **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
89+
8690
## Developer Notes
8791

8892
* install vyper `pip3 install vyper`

0 commit comments

Comments
 (0)