Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Aug Session ManagerNew to Visual Studio Code? Get it now.
Aug Session Manager

Aug Session Manager

tkgiare

|
1 install
| (0) | Free
VS Code extension to manage Aug sessions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Aug Session Manager

VS Code extension để quản lý phiên làm việc Aug với access token và tenant URL.

Tính năng

  • Lưu Session: Nhập và lưu access token cùng tenant URL vào VS Code secrets
  • Hiển thị Session: Xem thông tin session hiện tại đã được lưu
  • Chỉnh sửa Session: Sửa đổi access token và tenant URL từ trang hiển thị
  • Xóa Session: Xóa session hiện tại với xác nhận an toàn

Cách sử dụng

1. Lưu Session mới

  1. Mở Command Palette (Ctrl+Shift+P hoặc Cmd+Shift+P)
  2. Gõ Save Aug Session
  3. Nhập Access Token (sẽ được ẩn khi gõ)
  4. Nhập Tenant URL (ví dụ: https://your-tenant.example.com)
  5. Extension sẽ lưu thông tin và hỏi có muốn reload VS Code không

2. Xem và Quản lý Session hiện tại

  1. Mở Command Palette (Ctrl+Shift+P hoặc Cmd+Shift+P)
  2. Gõ Show Current Session
  3. Thông tin session sẽ hiển thị trong một panel mới với các nút:
    • ✏️ Edit Session: Chỉnh sửa access token và tenant URL
    • 🗑️ Delete Session: Xóa session hiện tại (có xác nhận)

Bảo mật

  • Access token được lưu trong VS Code secrets (được mã hóa)
  • Khi hiển thị, access token sẽ được che phần lớn nội dung để bảo mật

Development

Yêu cầu

  • VS Code ^1.74.0
  • Node.js
  • TypeScript

Build

npm install
npm run compile

Test Extension

  1. Mở project trong VS Code
  2. Nhấn F5 để chạy extension trong Development Host
  3. Test các command trong Command Palette

Cấu trúc Session Data

{
  "accessToken": "your-access-token",
  "tenantURL": "https://your-tenant.example.com",
  "scopes": ["email"]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft