add lisp packages
This commit is contained in:
12
lisp/emacs-application-framework/app/js-video-player/node_modules/rangetouch/.vscode/extensions.json
generated
vendored
Normal file
12
lisp/emacs-application-framework/app/js-video-player/node_modules/rangetouch/.vscode/extensions.json
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
||||
"dbaeumer.vscode-eslint",
|
||||
"wix.vscode-import-cost",
|
||||
"esbenp.prettier-vscode",
|
||||
"shinnn.stylelint",
|
||||
"wayou.vscode-todo-highlight"
|
||||
]
|
||||
}
|
||||
16
lisp/emacs-application-framework/app/js-video-player/node_modules/rangetouch/.vscode/settings.json
generated
vendored
Normal file
16
lisp/emacs-application-framework/app/js-video-player/node_modules/rangetouch/.vscode/settings.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
// Exclude from search
|
||||
"search.exclude": {
|
||||
"dist/": true
|
||||
},
|
||||
|
||||
// Formatting
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.formatOnSave": true,
|
||||
|
||||
// Prettier settings
|
||||
"prettier.tabWidth": 4,
|
||||
"prettier.eslintIntegration": true,
|
||||
"prettier.printWidth": 120
|
||||
}
|
||||
Reference in New Issue
Block a user