Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc Improvement][Debug tool - App caching and precaching][4051588] #12086

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
9519ebd
Update app-caching.md
v-kushals Jan 15, 2025
ab6a6f8
Screenshot
v-kushals Jan 15, 2025
340d7b9
Merge branch 'main' into cache-debug-tool
v-kushals Jan 20, 2025
499a921
Update app-caching.md
v-kushals Jan 20, 2025
66d1e07
Update app-caching.md
v-kushals Jan 20, 2025
320999b
Update app-caching.md
v-kushals Jan 20, 2025
8fb5fa4
Merge branch 'main' into cache-debug-tool
v-kushals Jan 27, 2025
d977a66
Merge branch 'main' into cache-debug-tool
v-kushals Feb 3, 2025
43154d3
Review changes
v-kushals Feb 3, 2025
e8ceacc
Merge branch 'main' into cache-debug-tool
v-kushals Feb 3, 2025
c98948b
Update app-caching.md
v-kushals Feb 3, 2025
06bd0f9
Merge branch 'main' into cache-debug-tool
v-kushals Feb 12, 2025
4ff21c0
Precaching update
v-kushals Feb 13, 2025
ec03fef
Merge branch 'main' into cache-debug-tool
v-kushals Feb 14, 2025
9bb1a22
Update app-caching.md
v-kushals Feb 14, 2025
907dd8d
Second draft
v-kushals Feb 15, 2025
be588b9
Update app-caching.md
v-kushals Feb 15, 2025
d27d473
Merge branch 'main' into cache-debug-tool
v-kushals Feb 18, 2025
55ee096
Update app-caching.md
v-kushals Feb 18, 2025
793c0ee
Merge branch 'main' into cache-debug-tool
v-kushals Feb 20, 2025
57a2070
Manifest update
v-kushals Feb 20, 2025
ad30a39
Error fix
v-kushals Feb 20, 2025
daf137e
Update app-caching.md
v-kushals Feb 20, 2025
04b7144
Update msteams-platform/resources/schema/manifest-schema-dev-preview.md
v-kushals Feb 20, 2025
e89cc13
Review changes
v-kushals Feb 20, 2025
e2af31d
Merge branch 'main' into cache-debug-tool
v-kushals Feb 20, 2025
71c56ef
Self-review
v-kushals Feb 20, 2025
8d5bdc3
Merge branch 'main' into cache-debug-tool
v-kushals Feb 21, 2025
45aea2a
Review suggestions
v-kushals Feb 21, 2025
df9794c
Update manifest-schema-dev-preview.md
v-kushals Feb 21, 2025
5619897
Update manifest-schema-dev-preview.md
v-kushals Feb 21, 2025
9ac12b8
Minor fix
v-kushals Feb 21, 2025
126f12e
Update app-caching.md
v-kushals Feb 21, 2025
18ffcd0
Merge branch 'main' into cache-debug-tool
v-kushals Feb 21, 2025
8ce1066
Update manifest-schema-dev-preview.md
v-kushals Feb 21, 2025
0f71288
Review suggestions
v-kushals Feb 21, 2025
5e1d778
Callouts
v-kushals Feb 21, 2025
d352ac0
Update mstdd-landing.yml
v-kushals Feb 21, 2025
6a1819c
Minor edits
v-kushals Feb 21, 2025
8475972
Merge branch 'main' into cache-debug-tool
v-kushals Feb 25, 2025
1a068bf
Erika suggestions
v-kushals Feb 25, 2025
581f004
Update app-caching.md
v-kushals Feb 25, 2025
f315910
Merge branch 'main' into cache-debug-tool
v-kushals Feb 25, 2025
a8b3a54
Merge branch 'main' into cache-debug-tool
v-kushals Feb 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Screenshot
  • Loading branch information
v-kushals committed Jan 15, 2025
commit ab6a6f80ee8c976616900e5947da65a13af408ec
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion msteams-platform/tabs/how-to/app-caching.md
Original file line number Diff line number Diff line change
@@ -82,7 +82,11 @@ microsoftTeams.teamsCore.registerBeforeUnloadHandler((readyToUnload) => {
> [!NOTE]
> The debugger tool for a cached app is available in [public developer preview](../../resources/dev-preview/developer-preview-intro.md).

You can enable the Proto Task Manager in Teams, a debugger tool that shows the status of your cached apps. Open the Proto Task Manager using the **Ctrl+Alt+Shift+8** keys on Windows or **Cmd+Opt+Shift+8** on Mac and go to the **Caching** tab. The tab contains the following details:
You can enable the Proto Task Manager in Teams, a debugger tool that shows the status of your cached apps. Open the Proto Task Manager using the **Ctrl+Alt+Shift+8** keys on Windows or **Cmd+Opt+Shift+8** on Mac and go to the **Caching** tab.

:::image type="content" source="../../assets/images/tabs/app-cache-debugger-tool.png" alt-text="Screenshot shows the caching tab in the Proto Task Manager in Teams.":::

The tab contains the following details:

* **state**: Shows the app's cached or uncached state
* **isActive**: Shows the active or inactive status of the cached app