diff --git a/src/page/Contribute.js b/src/page/Contribute.js index 7a46032..05d2951 100644 --- a/src/page/Contribute.js +++ b/src/page/Contribute.js @@ -38,8 +38,7 @@ class Contribute extends Component {

- If you are interested working on Flix, please feel free to reach out to us. We have already - had several positive experiences with mentorship and open source contributors. + If you are interested working on Flix, please feel free to reach out to us.

@@ -86,12 +85,6 @@ class Contribute extends Component { - -

- If you want to become involved, send us a ping on Gitter, and we can have a chat about your - interests. -

); } diff --git a/src/page/VSCode.js b/src/page/VSCode.js index 9c64c02..6066c0a 100644 --- a/src/page/VSCode.js +++ b/src/page/VSCode.js @@ -19,6 +19,9 @@ class VSCode extends Component {

Visual Studio Code Features

+

+ A few short videos to demonstrate various Visual Studio Code features. +

@@ -51,6 +54,8 @@ class VSCode extends Component {

Snippet Completion

Flix supports snippet completion for large program fragments. +

+

For example, we can auto-complete trait instances.

@@ -98,7 +103,7 @@ class VSCode extends Component { -

Code Lens

+

Code Lenses

Flix supports code lenses for running main, functions, and tests.