mirror of
https://github.com/fluencelabs/examples
synced 2025-06-18 12:31:21 +00:00
add web3 examples and tutorial
This commit is contained in:
9
web3-examples/web-frontend/.vscode/settings.json
vendored
Normal file
9
web3-examples/web-frontend/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"files.exclude": {
|
||||
"**/.git": true, // this is a default value
|
||||
"**/.DS_Store": true, // this is a default value
|
||||
"**/node_modules": true // this excludes all folders
|
||||
},
|
||||
"workbench.tree.indent": 23,
|
||||
"workbench.list.smoothScrolling": true,
|
||||
}
|
Reference in New Issue
Block a user