# May 15, 2023

![](/files/nV7LIJ0hYSkPAt6apb32)

## English

## TOC

* [Changes](#changes)
* [Resolved issues](#resolved-issues)

## Changes

* \[Running URL and Port] menu, \[Process list] menu, and \[Container share] menu have been moved from the \[Project] menu to the \[Container] menu on the header.
  * The \[Running URL and Port] tab has been separated from the \[Property modal].
* The name of the \[Project share] has been changed to \[Container share].

## Resolved issues

* Fixed the bug that could not fold the code block on the \[Python] project.
* Fixed the bug that some code warnings did not appear in the \[Lint panel]
* Fixed the bug that the menu could leave the view area when dragging the menu.

## Korean

## 목차 <a href="#kr_toc" id="kr_toc"></a>

* [변경 사항](#kr_change)
* [버그 수정](#kr_change)

## 변경 사항 <a href="#kr_change" id="kr_change"></a>

* \[실행 URL과 포트], \[프로세스 목록], \[컨테이너 공유]가 헤더 \[프로젝트]에서 \[컨테이너]로 이동했습니다.
  * \[실행 URL과 포트] 설정이 속성 메뉴에서 분리되었습니다.
* \[프로젝트 공유] → \[컨테이너 공유]로 명칭이 변경되었습니다.

## 버그 수정 <a href="#kr_change" id="kr_change"></a>

* Python 프로젝트에서 코드 블록을 접을 수 없던 문제를 해결했습니다.
* 린트 패널에서 일부 코드 경고가 나타나지 않던 문제를 해결했습니다.
* 메뉴를 드래그해 이동할 때 IDE 영역을 벗어나던 문제를 해결했습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.goorm.io/release-notes/goormide/may-15-2023.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
