Skip to content

Commit

Permalink
docs: add overview animation for the extension (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 30, 2020
1 parent 19646cb commit da3b633
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 94 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ package-lock.json
!/yarn.lock

# editors
.vscode
.idea

# vscode
Expand Down
10 changes: 5 additions & 5 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint"
]
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
62 changes: 31 additions & 31 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
{
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "watch for development"
},
{
"name": "Extension Tests",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/jest/runner",
"--disable-extensions",
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "build for test"
}
]
"version": "0.2.0",
"configurations": [
{
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "watch for development"
},
{
"name": "Extension Tests",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/jest/runner",
"--disable-extensions",
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "build for test"
}
]
}
18 changes: 9 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
}
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
}
86 changes: 43 additions & 43 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
{
"version": "2.0.0",
"tasks": [
{
"label": "watch for development",
"type": "npm",
"script": "start",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "build for test",
"dependsOn": "clean project",
"type": "npm",
"script": "build",
"problemMatcher": "$tsc",
"presentation": {
"reveal": "never"
},
"group": "build",
},
{
"label": "clean project",
"type": "npm",
"script": "clean",
"group": "build",
"presentation": {
"reveal": "never"
},
},
{
"label": "build for production",
"type": "npm",
"script": "build:production",
"group": "build"
}
]
"version": "2.0.0",
"tasks": [
{
"label": "watch for development",
"type": "npm",
"script": "start",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "build for test",
"dependsOn": "clean project",
"type": "npm",
"script": "build",
"problemMatcher": "$tsc",
"presentation": {
"reveal": "never"
},
"group": "build",
},
{
"label": "clean project",
"type": "npm",
"script": "clean",
"group": "build",
"presentation": {
"reveal": "never"
},
},
{
"label": "build for production",
"type": "npm",
"script": "build:production",
"group": "build"
}
]
}
4 changes: 4 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ test/**
*.tsbuildinfo
**/*.map
**/*.ts

# docs
images/**
!images/logo-marketplace.png
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<a href="https://github.com/expo-community/vscode-expo/blob/master/CHANGELOG.md"><b>Changelog</b></a>
</p>
<br />
<div align="center">
<img src="https://raw.githubusercontent.com/expo-community/vscode-expo/master/images/feature-autocomplete.gif" alt="vscode-expo overview">
</div>
<br />
</div>

## Features

- Autocompletion and validation of your `app.json` or `app.config.json` manifest.

## Usage

Download the [`vscode-expo`](https://marketplace.visualstudio.com/items?itemName=byCedric.vscode-expo) extension from the marketplace.
- Autocomplete and validation of your `app.json` or `app.config.json` manifest.

## Contributors

Expand Down
Binary file added images/feature-autocomplete.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da3b633

Please sign in to comment.