Skip to content

Commit

Permalink
chore(ci): auto license header
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Jan 25, 2025
1 parent f45cbaa commit acce24d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "psioniq.psi-header"]
}
31 changes: 30 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,34 @@
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"psi-header.config": {
"forceToTop": true
},
"psi-header.changes-tracking": {
"isActive": true,
"excludeGlob": ["node_modules/**", "dist/**", "build/**", "out/**"],
"autoHeader": "manualSave"
},
"psi-header.templates": [
{
"language": "javascript",
"template": [
"Copyright (c) 2025 Bytedance, Inc. and its affiliates.",
"SPDX-License-Identifier: Apache-2.0"
]
},
{
"language": "typescript",
"mapTo": "javascript"
},
{
"language": "typescriptreact",
"mapTo": "javascript"
},
{
"language": "javascriptreact",
"mapTo": "javascript"
}
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.2",
"private": true,
"packageManager": "[email protected]",
"description": "Control your computer with Agent",
"description": "A GUI Agent application based on UI-TARS(Vision-Lanuage Model) that allows you to control your computer using natural language.",
"main": "./dist/main/main.js",
"author": "jinxin001",
"author": "ByteDance",
"scripts": {
"commit": "oco",
"format": "prettier --write .",
Expand Down

0 comments on commit acce24d

Please sign in to comment.