Skip to content

Commit

Permalink
Add Raydium LP tokens and use json formatter for vscode (solana-labs#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPeng authored Apr 11, 2021
1 parent 8168f1a commit 22fe3d6
Show file tree
Hide file tree
Showing 2 changed files with 1,769 additions and 384 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"cSpell.enabled": true,
"editor.formatOnSave": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.enablePromptUseWorkspaceTsdk": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
Loading

0 comments on commit 22fe3d6

Please sign in to comment.