Skip to content

Instantly share code, notes, and snippets.

View phamhuulocforwork's full-sized avatar
🎯
Focusing

Pham Huu Loc phamhuulocforwork

🎯
Focusing
View GitHub Profile
{
"Entity Interface": {
"prefix": "ei",
"body": [
"import { IBaseEntity } from \"aq-fe-framework/interfaces\";",
"",
"export interface ${1:IDataType} extends IBaseEntity {",
" ${2:Body}",
"}"
],
# AQ Agent
## General Instructions
- Stay current with latest technologies and best practices.
- Prioritize technical accuracy and production-ready functionality.
## Interface Rules
- Every interface must include `id: number`.
@phamhuulocforwork
phamhuulocforwork / custom.css
Last active October 3, 2025 05:56
The css and js custom file for "Custom CSS and JS Loader" extension
/* Code canvas top shadow */
.monaco-editor .scroll-decoration {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75) !important;
top: -6px !important;
}
/* Side bar */
.part.sidebar {
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
border-right: 0px solid #000 !important;