Install node.js , node-sass
Install extension Open extension tab, search this list packages.
- blade runner
- Sass
then,create tasks.json in your project
| # https://docs.docker.com/compose/wordpress/ | |
| version: '3.3' | |
| services: | |
| db: | |
| image: mysql:5.7 | |
| volumes: | |
| - db_data:/var/lib/mysql | |
| restart: always | |
| environment: |
| const [, updateState] = React.useState(); | |
| const forceUpdate = useCallback(() => updateState({}), []); |
| module Main where | |
| import Lib | |
| main :: IO () | |
| promptLine :: String -> IO String | |
| promptLine prompt = do | |
| putStr prompt | |
| getLine |
| module Main where | |
| import Lib | |
| main :: IO () | |
| fType :: Int -> Int -> Int | |
| fType x y = x*x + y*y | |
| fact :: Int -> Int |
| snippet [スニペット名] | |
| abbr [補完に表示される説明] | |
| alias [スニペット名の別名] | |
| options [オプション指定] |
| let viewResult = String(this.state.result); | |
| console.log(viewResult.substring(0, viewResult.length - 1).match(/\-/)); |
| import java.util.Scanner; | |
| public class hourlyRate { | |
| public static void main(String[] args) { | |
| String level; | |
| double rate; | |
| int hour; | |
| double income; | |
| double cpp; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title></title> | |
| </head> | |
| <body> | |
| <script> | |
| var y = 1994; | |
| var m = 2; |
Install node.js , node-sass
Install extension Open extension tab, search this list packages.
then,create tasks.json in your project
| <button class="btn draw-border">Login</button> |