Notebook does not clear dirty indicator after savingΒ #213655
Open
Description
Testing #213608
I followed to use the extension sample that is provided in the description and created a Jupyter notebook with this content:
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import \"xx\"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"\n",
"// Hello World\n"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
When I save, the dirty indicator never goes away.
Activity