Skip to content

Commit 913960e

Browse files
committed
Update code-editor-idle-extensin readme
1 parent 7aa4d23 commit 913960e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code Editor Idle Extension
22

3-
The Code Editor Idle Extension monitors user activity and records the last active timestamp (in UTC) to a local file. User activity includes file changes, cursor movements, and terminal activity.
3+
The Code Editor Idle Extension tracks user activity and logs the last active timestamp (in UTC) to a local file. User activities monitored include file changes, cursor movements, and terminal interactions. Additionally, it provides an API endpoint /api/idle that returns the lastActiveTimestamp.

patches/idle-detection.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Index: sagemaker-code-editor/vscode/extensions/code-editor-idle-extension/README
55
@@ -0,0 +1,3 @@
66
+# Code Editor Idle Extension
77
+
8-
+The Code Editor Idle Extension monitors user activity and records the last active timestamp (in UTC) to a local file. User activity includes file changes, cursor movements, and terminal activity.
8+
+The Code Editor Idle Extension tracks user activity and logs the last active timestamp (in UTC) to a local file. User activities monitored include file changes, cursor movements, and terminal interactions. Additionally, it provides an API endpoint /api/idle that returns the lastActiveTimestamp.
99
\ No newline at end of file
1010
Index: sagemaker-code-editor/vscode/extensions/code-editor-idle-extension/extension-browser.webpack.config.js
1111
===================================================================

0 commit comments

Comments
 (0)