Skip to content

Commit

Permalink
Uncommenting iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Oct 23, 2023
1 parent cf8d7d2 commit b671b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/vscode.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<h1>VS Code Editor</h1>

<!-- iFrame embedding the VS Code instance -->
<!-- <iframe src="{{ url_for('vscode_proxy', path='') }}" style="width:100%; height:800px;" frameborder="0"></iframe> -->
<iframe src="{{ url_for('vscode_proxy', path='') }}" style="width:100%; height:800px;" frameborder="0"></iframe>

{% endblock %}

0 comments on commit b671b75

Please sign in to comment.