Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
faizinuha committed Jan 21, 2025
1 parent 80cf2dc commit 09650a0
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// A launch configuration that launches the extension inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.

// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [

{
"name": "Extension",
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,31 @@
"snippets": [
{
"language": "html",
"path": ".vscode/html-snippets.code-snippets.json"
"path": "./snippets/html-snippets.code-snippets.json"
},
{
"language": "php",
"path": ".vscode/laravel-snippets.code-snippets.json"
"path": "./snippets/laravel-snippets.code-snippets.json"
},
{
"language": "php",
"path": ".vscode/php-snippets.code-snippets.json"
"path": "./snippets/php-snippets.code-snippets.json"
},
{
"language": "java",
"path": ".vscode/java-snippets.code-snippets.json"
"path": "./snippets/java-snippets.code-snippets.json"
},
{
"language": "javascript",
"path": ".vscode/javascript-snippets.code-snippets.json"
"path": "./snippets/javascript-snippets.code-snippets.json"
},
{
"language": "javascript",
"path": ".vscode/vue-snippets.code-snippets.json"
"path": "./snippets/vue-snippets.code-snippets.json"
},
{
"language": "javascript",
"path": ".vscode/ReactNative-snippets.code-snippets.json"
"path": "./snippets/ReactNative-snippets.code-snippets.json"
}
]
},
Expand Down
File renamed without changes.
Empty file removed snippets/index.html
Empty file.
Empty file removed snippets/index.java
Empty file.
Empty file removed snippets/index.jsx
Empty file.
Empty file removed snippets/indexxx.milena.blade.php
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed snippets/vue.vue
Empty file.

0 comments on commit 09650a0

Please sign in to comment.